khu-dev/khumu-frontend

`Header` shows later than Main Component ..

Opened this issue · 1 comments

I deployed by Netlify.. for testing my Next App

But Header shows later than Main Component .. if Header is in _app

So I move Header from _app to Main, then Header shows At the same time!

However, Header is common component, so I think it must be in _app

How can I fix this problem ?

I resolve this .. but it's temporary solution

It occurred because of StyledComponent.

I removed StyledComponent Container and added inline Container , I resolved this one