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.props.onChange is not a function. (In '_this.props.onChange(_this.editor, data, _this.editor.getValue())', '_this.props.onChange' is undefined)
Probably due to lack of verification:
react-codemirror2/src/index.tsx
Lines 680 to 687 in a78ade3
The text was updated successfully, but these errors were encountered:
@miuirussia yea this looks like an issue. I can add a check for it. You should just add an onChange for now...
onChange
Sorry, something went wrong.
#68, devdeps
692a3de
@miuirussia fixed with 4.2.1
No branches or pull requests
Probably due to lack of verification:
react-codemirror2/src/index.tsx
Lines 680 to 687 in a78ade3
The text was updated successfully, but these errors were encountered: