-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project
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
I saw in the generated code an empty object as default props props = {}, this is unneeded as props are always object
export default function MDXContent(props = {}) {
Solution
export default function MDXContent(props) {Alternatives
no alternative
Metadata
Metadata
Assignees
Labels
👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project