V2: getting "textWidget" component not found" for text area UI schema #91
-
The UI schema was taken from the V2 playground:
This shows the above error in the UI. Did I forget something here? |
Beta Was this translation helpful? Give feedback.
Answered by
x0k
Apr 4, 2025
Replies: 2 comments 1 reply
-
Yes, the error means you forgot to include the textarea widget. import “your-theme/extra-widgets/textarea-include”; For more information, check out this section - Migration from v1: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes!! Had to do both, actually. Now it all works fine. Thank you so much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is also possible that your package manager does not install
peerDependencies
by default, so you need to install the@sjsf/basic-theme
package manually (needed for correct types)