Open bcomnes opened 3 years ago
Right now, npm will fail to install this alongside React 17 because it can't resolve a valid set of peer dependencies. This expands the range to support React 17.
I came here just to look for this! Thank you @bcomnes
npm i --legacy-peer-deps in the meantime works.
npm i --legacy-peer-deps
Right now, npm will fail to install this alongside React 17 because it can't resolve a valid set of peer dependencies. This expands the range to support React 17.