Skip to content
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

Deprecation warning for React.createFactory() #45

Open
thedeany opened this issue Jun 17, 2020 · 0 comments
Open

Deprecation warning for React.createFactory() #45

thedeany opened this issue Jun 17, 2020 · 0 comments

Comments

@thedeany
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant