We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug seems that it does not works when it comes to "react-dom/client"
To Reproduce typing import ReactDOM from "react-dom/client" in the playground. https://lukasbach.github.io/monaco-editor-auto-typings/
import ReactDOM from "react-dom/client"
Expected behavior resolve typings for react-dom successfully.
react-dom
Screenshots
Environment (please complete the following information):
monaco-editor-auto-typings
Additional context
The text was updated successfully, but these errors were encountered:
lukasbach
No branches or pull requests
Describe the bug
seems that it does not works when it comes to "react-dom/client"
To Reproduce
typing
import ReactDOM from "react-dom/client"
in the playground. https://lukasbach.github.io/monaco-editor-auto-typings/Expected behavior
resolve typings for
react-dom
successfully.Screenshots
Environment (please complete the following information):
monaco-editor-auto-typings
Version: latest(0.4.3)Additional context
The text was updated successfully, but these errors were encountered: