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
Unable to build / run yarn dev from either latest main branch or v1.0.1 tag branch
Successful build without errors.
NAME="Ubuntu" VERSION="20.04.5 LTS (Focal Fossa)" node v16.19.1 yarn 1.22.19
The text was updated successfully, but these errors were encountered:
Interestingly I'm getting this error message only if I run yarn upgrade for some exact packages (@types, @storybook/* or material)
yarn upgrade
Sorry, something went wrong.
Adding resolutions into package.json (following advice from https://stackoverflow.com/questions/71831601/ts2786-component-cannot-be-used-as-a-jsx-component) helped me to solve the issue
"resolutions": { "@types/react": "17.0.14", "@types/react-dom": "17.0.14" },
Is this issue solved now? I was not able to reproduce
No branches or pull requests
Bug Report
Description
Unable to build / run yarn dev from either latest main branch or v1.0.1 tag branch
Steps to Reproduce
Expected Behavior
Successful build without errors.
Environment
NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa)"
node v16.19.1
yarn 1.22.19
The text was updated successfully, but these errors were encountered: