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
When using React 19 RC and the latest chonky release I'm running into this error.
Detailed error message:
./node_modules/chonky/node_modules/@material-ui/core/esm/utils/useIsFocusVisible.js
Attempted import error: 'findDOMNode' is not exported from 'react-dom' (imported as 'ReactDOM').
When using React 19 RC and the latest chonky release I'm running into this error.
Detailed error message:
It looks like
findDOMNode
will be removed in React 19.Source: https://react.dev/reference/react-dom/findDOMNode
The text was updated successfully, but these errors were encountered: