-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
TextArea with useId causes duplicate ID #2764
Comments
Has anyone resolved this problem? I'm experiencing the same error. |
Same issue here with tamagui v1.108.2 |
Same for me |
I created a PR: #2917 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
When using the id from React's
useId
on theTextarea
component, it triggers a duplicate ID error.It's worth noting this only seems to happen with the TextArea component.
i.e.
Expected Behavior
To be able to use TextArea without a duplicate ID error
Tamagui Version
Platform (Web, iOS, Android)
Reproduction
https://github.com/NerdCowboy/tamagui-textarea-bug
System Info
The text was updated successfully, but these errors were encountered: