-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
craco-antd and react-scripts 5.0.0 #73
Comments
craco-less has released 2.0.0 with react-scripts 5 support https://www.npmjs.com/package/craco-less made a quick attempt of bumping the craco-less dependency here to 2.0.0 but it caused 5 test failures can someone with experience maintaining this lib take care of that? |
I have the same issue with craco-antd 1.19.0 & react-scripts 5.0.0. craco-less has released 2.0 but craco-antd have no update yet |
I have the same issue with craco-antd 1.19.0 & react-scripts 5.0.0. craco-less has released 2.0 but craco-antd have no update yet |
Should be working now. Let's open a new issue ticket if there are still issues. |
Not compatible with react-scripts 5.0.0 😥 https://www.npmjs.com/package/react-scripts/v/5.0.0
yarn start
outputmy
package.json
my
craco.config.js
(only 3 plugins)I commented
CracoAntDesignPlugin
& tried re-runyarn start
and my app was built/ran correctly.My temporary fix:
returned to version
"react-scripts": "4.0.3"
I will wait for updates. Thanks
The text was updated successfully, but these errors were encountered: