In console getting warning caused by Footer.
hmr-runtime:266 > The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type". Error Component Stack
We should replace ":first-child" in the Footer, like the error says... (And in other places, if it's used.)
In console getting warning caused by Footer.
hmr-runtime:266 > The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type". Error Component StackWe should replace ":first-child" in the Footer, like the error says... (And in other places, if it's used.)