react-resizable
react-resizable copied to clipboard
react-dom not compatiable
I found that my project depend on "react-dom": "^17.0.2", but react-resizable is "react-dom": "^16.10.2".
That's a dev dependency. It doesn't affect your project.
@STRML How can I ensure my feature is working without testing if it just happen in dev dependency ? Did you mean that my code has some error make the react-resizable feature can't work .