radix-ui/primitives

migrate components to react 19

RicardoGEsteves opened this issue · 3 comments

Feature request

Overview

Migration to react 19

Examples in other libraries

React rc

Who does this impact? Who is this for?

Most of the projects using Radix-ui

Additional context

react rc docs

what is the status ?

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.

theKashey/use-callback-ref#47 (comment)

react-remove-scoll@2.6.2 has been released which increments use-callback-ref to a react 19 version.