-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
🗄 area/interfaceThis affects the public interfaceThis affects the public interface🤞 phase/openPost is being triaged manuallyPost is being triaged manually🦋 type/enhancementThis is great to haveThis is great to have
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Problem
MDX generates some internal variables in the compiled output. These variables are in scope and users could use them, but they they should not.
Solution
Report usage of the following identifiers:
_components
_createMdxContent
We should probably also report usage of the following variables:
MDXLayout
MDXContent
Alternatives
Consider all variables starting with an underscore to be private.
Metadata
Metadata
Assignees
Labels
🗄 area/interfaceThis affects the public interfaceThis affects the public interface🤞 phase/openPost is being triaged manuallyPost is being triaged manually🦋 type/enhancementThis is great to haveThis is great to have