You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 4.12.2024, the React-Popper is deprecated, with no direct recommendation for replacement, (but it hints at using floating-ui). Due to the deprecation this blocks @blueprintjs/core from fully supporting React 19, since library is primarily used in Popover component.
Together with breaking changes in React 19 regarding Refs, I am confident to state that the behavior of React-Popper is unstable on React 19. This can be further validated by testing the Select component, which fails to detect proper bounding boxes and renders the dropdown menu outside the component and rather on the corner of the Window.
The text was updated successfully, but these errors were encountered:
Environment
Not essential
Feature request
As of 4.12.2024, the
React-Popper
is deprecated, with no direct recommendation for replacement, (but it hints at using floating-ui). Due to the deprecation this blocks@blueprintjs/core
from fully supporting React 19, since library is primarily used inPopover
component.Source: https://github.com/floating-ui/react-popper
Together with breaking changes in React 19 regarding Refs, I am confident to state that the behavior of React-Popper is unstable on React 19. This can be further validated by testing the
Select
component, which fails to detect proper bounding boxes and renders the dropdown menu outside the component and rather on the corner of the Window.The text was updated successfully, but these errors were encountered: