Why does an ExperimentalWarning flag get logged as an error? #5012
Unanswered
john-zaprite
asked this question in
Q&A
Replies: 0 comments 7 replies
-
I have not used Vercel, but do they treat everything sent to stderr as errors? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since I upgraded my Vercel project to Node v18x, I'm getting a lot of error logs in my console regarding the Fetch API:
Error: (node:15) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
I understand this is happening since the 17.5 upgrade.
But why don't they get logged as Warnings instead? They are clearly not Errors.
Beta Was this translation helpful? Give feedback.
All reactions