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
Thank you for this component, it looks really pretty!
We have some problems using it now that styled-components is at its ^5.0.0 major version, whereas your component depends on version 3. Also, you depend on React 16, but now React 17 has been established from a long time.
Could you upgrade these dependencies in your package.json? It would be better if you add styled-components as well as react and react-dom to the peerDependencies of package.json instead of dependencies, like so: