Closed bebraw closed 9 years ago
Now the dep is like "react": "~0.12.2". It would be better to have something looser in place. If you want something really loose, you could try "react": ">=0.12.2 <1.0.0".
"react": "~0.12.2"
"react": ">=0.12.2 <1.0.0"
I'm currently using @bebraw's fork (npm i -S "bebraw/plexus-form#ababe1c619b3a1fc27a08c4c3d9e1c545d95f19b") for exactly this losend requirement.
npm i -S "bebraw/plexus-form#ababe1c619b3a1fc27a08c4c3d9e1c545d95f19b"
Fixed in v0.1.2.
Now the dep is like
"react": "~0.12.2"
. It would be better to have something looser in place. If you want something really loose, you could try"react": ">=0.12.2 <1.0.0"
.