What version of Next.js are you using?
12.0.1
What version of Node.js are you using?
14.15.3
What browser are you using?
Chrome
What operating system are you using?
macOS Big Sur
How are you deploying your application?
Vercel
Describe the Bug
During development, each refresh I get this error:
TypeError: Cannot read properties of null (reading 'tagName')

It comes from this component:

In this case <Picture /> is just a next/image, where the first image is loaded eagerly with priority
Full error stack:

Expected Behavior
Doesn't show the error
To Reproduce
Run component
What version of Next.js are you using?
12.0.1
What version of Node.js are you using?
14.15.3
What browser are you using?
Chrome
What operating system are you using?
macOS Big Sur
How are you deploying your application?
Vercel
Describe the Bug
During development, each refresh I get this error:
TypeError: Cannot read properties of null (reading 'tagName')It comes from this component:

In this case
<Picture />is just a next/image, where the first image is loaded eagerly with priorityFull error stack:

Expected Behavior
Doesn't show the error
To Reproduce
Run component