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
The peer dependencies listed are 16.7.0-alpha.2 which are causing "incorrect peer dependency" warnings when installing this package using later versions of React and React-DOM. Ideally the peer dependencies wouldn't be pinned to a specific version but would be permissive. The docs list 16.8.0 as the minimum version so perhaps we can get it updated to that?