Replies: 1 comment
-
That's correct, it is safe. |
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 read the source code for the
@radix-ui/rect-id
useId hook and it doesn't seem to use the deprecated IdProvider as its context. The codebase I'm collaborating with uses useId to generate default unique ids for non-radix components AND IdProvider as well. I believe I can safely remove IdProvider and keep using useId until React@18 useId hook is merged (stable) into the project.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions