findify-js
findify-js copied to clipboard
React should be a peer dependency of @findify/react-connect
The @findify/react-connect
package marks React as a regular dependency and ships with it whereas it should be a peer dependency.
This package isn't usable in a project unless a yarn resolution or similar workaround is made to prevent the local copy of React being used, e.g:
"resolutions": {
"@findify/**/react": "^17.0.0"
}
Reproduced here.
Issue explained here also.