fac25 / week-6_ASLP

0 stars 0 forks source link

Warning: A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering #33

Open flare-s opened 2 years ago

flare-s commented 2 years ago

I found this error in the console when I ran 'npm run dev'

Please check this link to find a possible solution.

https://github.com/vercel/next.js/discussions/38256