Open
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.