Closed JuanmaMenendez closed 2 years ago
This library is compatible with react 16 so we should not force the use of React 17 but rather support both as peerDependencies.
The required change is minimal, just inside pacakge.json
* update this block **
"peerDependencies": { "react": ">=17" },
* to this block **
"peerDependencies": { "react": "^16.13.1 || ^17.0.0" },
This library is compatible with react 16 so we should not force the use of React 17 but rather support both as peerDependencies.
The required change is minimal, just inside pacakge.json
* update this block **
* to this block **