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

TypeError: this.updater.enqueueCallback is not a function #118

Closed
roycebranning opened this issue Nov 1, 2017 · 1 comment
Closed

TypeError: this.updater.enqueueCallback is not a function #118

roycebranning opened this issue Nov 1, 2017 · 1 comment

Comments

@roycebranning
Copy link

Uncaught TypeError: this.updater.enqueueCallback is not a function
at WrappedComponent.ReactComponent.setState (ReactBaseClasses.js?1bef:64)
at FormsyForm.validate (index.js?5af9:340)
at Object.attachToForm (index.js?5af9:499)
at configure (HOC.js?9583:127)
at WrappedComponent.componentWillMount (HOC.js?9583:135)
at callComponentWillMount (react-dom.development.js?cada:9777)
at mountClassInstance (react-dom.development.js?cada:9834)
at updateClassComponent (react-dom.development.js?cada:10216)
at beginWork (react-dom.development.js?cada:10605)
at performUnitOfWork (react-dom.development.js?cada:12573)

@twisty
Copy link
Owner

twisty commented Nov 1, 2017

Not enough info to help you with this. If you haven't sorted this yet please open a new issue with steps to reproduce / code samples / etc.

FYI first result on Google for "TypeError: this.updater.enqueueCallback is not a function" is facebook/react#10320. Are you sure you aren't somehow including React 15 and React 16?

We're waiting for formsy-react to support React 16 before we can state that we're compatible with React 16.

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

No branches or pull requests

2 participants