Currently delving into NextJS, I've reached the stage of incorporating metadata. Upon completing the tasks outlined in that lesson, upon inspecting the front-end source code, I came across
<noscript id="__next_css__DO_NOT_USE__"></noscript>
I'm curious about its purpose and what generates it?
A search on Google doesn't yield much information.