You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue is if you change the wrapper element from Text to View the snack doesn't show any error. But the app should throw an error because TextInput can't accept components different than Text.
Summary
If you attempt to create a rich text editor as written in docs Snack renders
[object Object]
What platform(s) does this occur on?
Web
SDK Version
version online
Reproducible demo or steps to reproduce from a blank project
https://snack.expo.dev/@jcubic777/textarea
Another issue is if you change the wrapper element from Text to View the snack doesn't show any error. But the app should throw an error because TextInput can't accept components different than Text.
This should throw an error the same as react native.
The text was updated successfully, but these errors were encountered: