I got the error message bellow where occurred is misspelled as ocurred.
React expected the `href` prop for a <style> tag opting into hoisting semantics using the `precedence` prop to not have any spaces but encountered spaces instead. using spaces in this prop will cause hydration of this style to fail on the client. The href for the <style> where this ocurred is "/_next/static/css/app-layout.css".
in style (at components/HeaderStyles.jsx:42:7)
in Header (at components/Header.jsx:18:5)
in Layout (at pages/_app.jsx:12:3)
in App (at main.jsx:6:1)
This is fixed by merging #36319
I got the error message bellow where occurred is misspelled as ocurred.
This is fixed by merging #36319