-
Notifications
You must be signed in to change notification settings - Fork 27
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
Read only property? #60
Comments
What version of the library and react are you using? |
"dependencies": { |
TypeError: Cannot read property 'string' of undefined |
@sociablesasha Can you try |
If it works, I will try to publish it later today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I experienced this error when trying to increase the height of the
textarea
using:Uncaught TypeError: Cannot assign to read only property 'height' of object '#<Object>'
Can anyone know to fix it?
The text was updated successfully, but these errors were encountered: