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
On installing this package I get the following error:
Failed to compile.
./node_modules/react-floating-button-menu/es/ChildButton.js
Module not found: Can't resolve 'styled-components' in '/Sites/node_modules/react-floating-button-menu/es'
I did try re-compiling completely but end up with the same result.
The text was updated successfully, but these errors were encountered:
Hey @houmark, that's because current implementation needs 'styled-components' as a peer dependency, and I'm planning to remove it completely in near future. Until then you just need to install it together
On installing this package I get the following error:
Failed to compile.
./node_modules/react-floating-button-menu/es/ChildButton.js
Module not found: Can't resolve 'styled-components' in '/Sites/node_modules/react-floating-button-menu/es'
I did try re-compiling completely but end up with the same result.
The text was updated successfully, but these errors were encountered: