-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Core: Don't fetch stories.json
(either JSON or SSE) if we don't need it
#16318
Conversation
Nx Cloud ReportCI ran the following commands for commit 6d62f9f. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch
Sent with 💌 from NxCloud. |
Co-authored-by: Yann Braga <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code is looking great. unit tests failing though?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
failing unit tests
stories.json
(either JSON or SSE) if we don't need it.stories.json
(either JSON or SSE) if we don't need it
Issue: #16057
What I did
CONFIG_MODE
is notDEVELOPMENT
stories.json
ifFEATURES.storyStoreV7
is not set.How to test
I tested manually in
react-ts
andcra-ts-essentials
in the two modes.