Skip to content

prop-types should be listed as a peer dependency #63

@Aghassi

Description

@Aghassi

"react": "^0.14.7 || ^15.0.0 || ^16.0.0"

Under pnpm prop-types don't resolve normally. I need to force the resolution with

      "lottie-react-web": {
        "peerDependencies": {
          "prop-types": "*"
        }
      },

I believe if this package specifies it and publishes a new version, I won't have to do this. Filing here to see if you are open to me contributing a fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions