migrate components to react 19
RicardoGEsteves opened this issue · 3 comments
RicardoGEsteves commented
Feature request
Overview
Migration to react 19
Examples in other libraries
Who does this impact? Who is this for?
Most of the projects using Radix-ui
Additional context
laurent512 commented
what is the status ?
escorponox commented
Several components depend on react-remove-scroll@2.6.0
, which in turn depends on use-callback-ref@^1.3.0
, a package that hasn’t updated its peer dependencies. Even react-remove-scroll@2.6.1
still relies on use-callback-ref
, so we all depend on that package upgrading its peer.
garnerp commented
react-remove-scoll@2.6.2 has been released which increments use-callback-ref to a react 19 version.