roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 205 forks source link

Fix: Support for React v17 #189

Closed mrfambo closed 2 years ago

nicotroia commented 2 years ago

@roylee0704 have a minute to look this over? Thank you

roylee0704 commented 2 years ago

@roylee0704 have a minute to look this over? Thank you

LGTM, merged. Thanks for the PR!

tehbi4 commented 2 years ago

@roylee0704, hello. Could you please publish version with this changes?

aganoza commented 2 years ago

@roylee0704 please, could this be published in npm registry?

It's causing problems with >=npm@7

Found: react@17.0.2 node_modules/react react@"^17.0.1" from the root project

Could not resolve dependency: peer react@"^0.14.3 || ^15.5.4 || ^16.0.0" from react-flexbox-grid@2.1.2 node_modules/react-flexbox-grid react-flexbox-grid@"^2.1.2" from the root project

In the meantime i'm using npm install --force