Replies: 1 comment
-
it's a bug - thanks for the reproduction createTsForm shouldn't be called within a component, should be at the top level |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have this mapping:
Here's the
InputGroup
component:Here's the
Textarea
component:But it render the

InputGroup
element, not theTextarea
elementHow is it possible, and why? am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions