Skip to content

React should be a peer dependency of @findify/react-connect #615

@markjaniczak

Description

@markjaniczak

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions