-
Notifications
You must be signed in to change notification settings - Fork 10.3k
MDXv2: remove default layouts and add support for pageQueries #35983
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
axe312ger
commented
Jun 23, 2022
packages/gatsby/src/internal-plugins/webpack-theme-component-shadowing/index.js
Outdated
Show resolved
Hide resolved
axe312ger
commented
Jun 23, 2022
axe312ger
commented
Jun 23, 2022
axe312ger
commented
Jun 23, 2022
550aff9 to
f38dd2f
Compare
2644bb8 to
2c2e156
Compare
f38dd2f to
a3d3b12
Compare
2c2e156 to
d673d5c
Compare
fb98492 to
6c8288a
Compare
Base automatically changed from
refactor/mdx-v2-add-toc-and-excerpt
to
feat/mdx-v2
June 28, 2022 10:51
b7bc1c6 to
72061c0
Compare
21 tasks
axe312ger
added a commit
that referenced
this pull request
Jun 28, 2022
axe312ger
commented
Jun 29, 2022
axe312ger
commented
Jun 29, 2022
wardpeet
reviewed
Jun 29, 2022
21f2dfa to
6f17820
Compare
Contributor
Author
|
We still get this warning, any clues how to suppress it? |
…nding PluginOptions
3bca15a to
9d6b215
Compare
LekoArts
approved these changes
Jul 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The current implementation of the new version does not support pageQueries in template files.
This rewrites the codebase to enable JS page components that load a single MDX in the background which gets injected.