Correct me if I'm incorrect, but this repo is essentially your component library. As such I highly recommend you migrate away from "create-react-app" (react-scripts) in favor of a mono-repo and/or multi-repo setup that leverages lerna. There's a whole slew of reason why this setup is highly advantageous for component libraries from extensibility to compatibility plus at this stage of the game the transition would be relatively painless. I bring this to your attention because I've already hit a few road-blocks developing the new #18 component due to react-scripts. I'm quite familiar with the creation of mono-repos and the various integrations needed to wrangle everything together. So if you interested I'm more than willing to handle and/or aid this transition.