prop-types should be listed as a peer dependency
Aghassi opened this issue · 0 comments
Aghassi commented
Line 50 in bcebeaa
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