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
Upgrade a project that uses Modals from "semantic-ui-react": "v3.0.0-beta.2" to Next 15 and React 19, then see code that worked perfectly now crash with "Accessing element.ref was removed in React 19. ref is now a regular prop", so only the background/dimmer of the Modal renders.
I've managed to track down the direct ref usage to this line but I don't have enough React knowledge to even begin to understand how to fix this issue in a fork.
Expected Result
The Modal should still work.
Actual Result
The Modal only renders the dimmer in our application. The repro provided exhibits a different behavior but surfaces the same error message in the console: