-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract Storybook content into subdirectory #1852
Conversation
|
size-limit report π¦
|
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 |
3bff057
to
60886df
Compare
π 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 |
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.