-
-
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: Ensure that we do not render a story twice if re-rendered during preparing #17599
Conversation
☁️ Nx Cloud ReportCI ran the following commands for commit 539c868. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
397d4f8
to
338d516
Compare
f2848ec
to
8214d06
Compare
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.
LGTM! Tho build is failing due to a TS error
338d516
to
761aea9
Compare
@tmeasday merge conflicts & CI errors. can you please take a look? |
@shilman I am still finishing this off after (in person) feedback from @ghengeveld |
8214d06
to
b4f02bc
Compare
b4f02bc
to
0ded7eb
Compare
@tmeasday can you look into the failing unit tests? |
0ded7eb
to
539c868
Compare
Implementing #17599 for DocsRenderrs
Issue: #17214
Telescoping on #17598
What I did
Abort a render if
setCurrentStory
is called during itspreparing
phase.How to test
See test, and original repro on issue.