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 Go to the demo: https://lukasbach.github.io/monaco-editor-auto-typings/
types cannot be found for react
react
To Reproduce Go to https://lukasbach.github.io/monaco-editor-auto-typings/
The text was updated successfully, but these errors were encountered:
The issue is with React 18. I had to use React 17:
autoTypings.setVersions({ '@types/react': '17.0.2', });
Sorry, something went wrong.
Worked like a charm! But would still like to see this documented, and the official demo to be fixed
lukasbach
No branches or pull requests
Describe the bug
Go to the demo: https://lukasbach.github.io/monaco-editor-auto-typings/
types cannot be found for
react
To Reproduce
Go to https://lukasbach.github.io/monaco-editor-auto-typings/
The text was updated successfully, but these errors were encountered: