-
Notifications
You must be signed in to change notification settings - Fork 544
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
Don't crash when building docs #2379
Don't crash when building docs #2379
Conversation
|
…' into dont-crash-when-importing-markdown-toolbar-element
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
Responded on the upstream issue, let me know what you think! Separately, would this run into the same mix-and-match issue described in: #2339 ? Specifically:
|
I had no issue with the mix of |
Reverted that since nodejs/jest seems to crash with a dynamic import. |
This reverts commit 4247039. See nodejs/node#35889
@koddsson sorry about the dynamic import stuff 😞 Seems like the same issue that @iansan5653 ran into. For the mix-and-match, this would end up being a bundler behavior, right? If I understand right, Also wanted to check-in with the deploy preview, it seems like the build is failing with this error: |
I don't see this anywhere. Do you have a link to this UI? |
@koddsson let me know if this works! https://github.com/primer/react/actions/runs/3144532666/jobs/5110661581 I think it's showing up for the |
Co-authored-by: Josh Black <[email protected]>
I annoyingly can't reproduce the deploy error locally. Any ideas? Can you reproduce it? |
Seems like this was a issue with me not having push access to this repo. Seems to be running green now 👍🏻 |
Co-authored-by: Matthew Costabile <[email protected]>
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
I moved the
@github/markdown-toolbar-element
import into the render function like suggested in https://www.gatsbyjs.com/docs/debugging-html-builds/Closes github/markdown-toolbar-element#68
Screenshots
Please provide before/after screenshots for any visual changes
Merge checklist
Added/updated testsAdded/updated documentationcc/ @keithamus