Uh oh!
There was an error while loading. Please reload this page.
Extract Storybook content into subdirectory - #1852
Conversation
|
size-limit report 📦
|
jclem
commented
Feb 9, 2022
All tests are passing except for the Now that the root and stories/ directories have separate package.json manifests and node_modules, it appears that we may have two separate instances of React installed. Temporarily, this can be resolved by |
👋 I know this isn't done yet, but I wanted to mention that this approach would move us away from the file structure ADR that @jfuchs proposed last quarter. Not a dealbreaker but something to consider. |
@colebemis I don't think we have a choice, unfortunately, unless we want to continue having Primer React ship non-compiling types in its build output. This happens just because those types are in our The only other solution I might try is to restrict the |
jclem
commented
Feb 10, 2022
Closed in favor of #1855 |
🚨 🏗️ WIP: Work in progress 🚧 🚨
Closes#1849 by extracting Storybook files and configuration to the stories/ directory.
Screenshots
Please provide before/after screenshots for any visual changes
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.