-
Notifications
You must be signed in to change notification settings - Fork 132
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
Error two way binding #408
Comments
We're having the same problem on my team -- this is blocking us from upgrading from Froala 4.3.1 to 4.4.0! Setting the |
Hi @lapillaga, To help us further troubleshoot the issue, Would you please recreate the issue in the following react sandbox demo and provide us with the steps to reproduce the error: https://codesandbox.io/p/sandbox/damp-dew-k6q589?file=%2Fsrc%2Findex.js%3A19%2C1? |
I ran into similar errors when trying to set initial value for the editor while also using sandbox demo: let me know if i miss out anything. also, my actual repository is still using react 16.14.0 |
I am also facing similar issue |
Hey hello I have this error and I am not sure what's wrong
I created this component
I called this component as following:
I have this error
The interesting point is if I remove this line it works:
model={value}
The text was updated successfully, but these errors were encountered: