Open shkadiyam opened 4 years ago
First, I'm happy to see you are using this project, always nice to know. I don't understand the issue - I defined prop-types and a peer dependency, and peer dependencies are by definition optional. It seems like the error is coming from babel, due to something in your babel config that tries to bundle the peer dependencies.
CustomScroll doesn't require prop-types to work
Hi @shkadiyam, can I close this issue?
While using this package if we do not specify prop-type (15.0.0) as peer dependency, we are seeing this error, and it is forcing us to include that as peer dependency in our project, can we remove it from peer dependency?