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
Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release. Error Component Stack
at PortalInner (semantic-ui-react.js?v=fda6e902:4971:21)
at Portal (semantic-ui-react.js?v=fda6e902:5015:24)
at Modal (semantic-ui-react.js?v=fda6e902:6304:23)
Steps
Use of Modal in React 19 (release candidate) project.
Bug Report
Steps
Use of Modal in React 19 (release candidate) project.
Expected Result
No errors.
Actual Result
Error as above.
Version
3.0.0-beta.2
Testcase
https://codesandbox.io/p/sandbox/semantic-ui-react-forked-st8pzq
The text was updated successfully, but these errors were encountered: