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
I'm receiving the following error and stack trace on my project using React 16.13.1.
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead. printWarning | @ | react.development.js:315 warn | @ | react.development.js:278 createFactoryWithValidation | @ | react.development.js:1827 (anonymous) | @ | withState.js:20 (anonymous) | @ | compose.js:13 ./node_modules/material-ui-color-picker/lib/components/ColorPicker.js | @ | ColorPicker.js:105 __webpack_require__ | @ | bootstrap:784 fn | @ | bootstrap:150 ./node_modules/material-ui-color-picker/lib/index.js | @ | index.js:8 __webpack_require__ | @ | bootstrap:784 fn | @ | bootstrap:150 ./src/components/CreateForm.js | @ | ActionButtons.js:81 __webpack_require__ | @ | bootstrap:784 fn | @ | bootstrap:150 ./src/App.js | @ | main.chunk.js:35 __webpack_require__ | @ | bootstrap:784 fn | @ | bootstrap:150 ./src/index.js | @ | Welcome.js:95 __webpack_require__ | @ | bootstrap:784 fn | @ | bootstrap:150 1 | @ | utils.js:8 __webpack_require__ | @ | bootstrap:784 checkDeferredModules | @ | bootstrap:45 webpackJsonpCallback | @ | bootstrap:32 (anonymous) | @ | main.chunk.js:1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm receiving the following error and stack trace on my project using React 16.13.1.
The text was updated successfully, but these errors were encountered: