-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix missing closing tag for RegistryConsumer example #16153
Conversation
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.
Thanks
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.
Actually, it seems that this documentation is generated and should be instead fixed in the source (JSDoc of the function itself)
Specifically, here: gutenberg/packages/data/src/components/registry-provider/context.js Lines 23 to 43 in 56de120
Changing the file and running |
2adbb36
to
1cbeb07
Compare
I actually just tried running |
Nevermind, I had an outdated branch. |
The code block for https://github.com/WordPress/gutenberg/tree/b354644/packages/data#RegistryConsumer is missing the closing backticks.