felippenardi/lottie-react-web

prop-types should be listed as a peer dependency

Aghassi opened this issue · 0 comments

"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