gndx / react-mailchimp-form

React subscribe form for Mailchimp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support React 17+

karllhughes opened this issue · comments

I got an error when installing this with React 17 and realized it was a peer dependency conflict (this library requires Raeact 16).

It seems to work with React 17, so I'm curious if this peer dependency can be changed?

Is there an issue to use it with React 17 at the moment ?

the workaround we used was to add --force to the install and it seems to work