Suppress warnings for MDXProvider #1296
Answered
by
wooorm
deadcoder0904
asked this question in
Q&A
-
So I had this issue of Converting MDX to HTML which I solved but it gives warnings in the console like:
I have these "scripts": {
"dev": "next dev",
"build": "next build && next export && npm run build:rss",
"start": "next start",
"build:rss": "node ./.next/server/scripts/build-rss.js"
}, And I am directly running Can I suppress these warnings? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Oct 16, 2020
Replies: 1 comment 9 replies
-
Why suppress them? They’re good warnings, that point to something that should be fixed? |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why suppress them? They’re good warnings, that point to something that should be fixed?