-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add recma-mdx-change-props
, recma-mdx-escape-missing-components
to list of plugins
#2442
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2442 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 23 23
Lines 2693 2694 +1
Branches 2 2
=========================================
+ Hits 2693 2694 +1 ☔ View full report in Codecov by Sentry. |
I added a warning for the plugin Warning It is useful for |
Hey @talatkuyuk! 👋 Have you made the visibility of https://github.com/ipikuka/recma-mdx-change-props public? I'm seeing a 404 not found error when I try to view this link. |
Sorry, I've made it public, now. |
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.
Looks good to me, thanks @talatkuyuk!
Signed-off-by: Titus <[email protected]>
recma-mdx-change-props
, recma-mdx-escape-missing-components
to list of plugins
Thank you, Talat! |
Initial checklist
Description of changes
Added two new
recma
plugins into the docs:ipikuka/recma-mdx-change-props
— changes the param as “_props” in the function “_createMdxContent”
ipikuka/recma-mdx-escape-missing-components
— set the default value
() => null
for the Components in case of missing or not provided