GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
205 stars 61 forks source link

Remove prop-types from re-exports #4493

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

This proposes removing the prop-types package from our usage. The goal is to avoid a peerDependency warning from usage of @jbrowse/core when something that uses @jbrowse/core (like our plugins) doesn't also add the prop-types package.