Skip to content

Gatsby blinks an inner page before showing the home page. #32957

Answered by ZeldOcarina
ZeldOcarina asked this question in Help

You must be logged in to vote

I FINALLY got the issue.. it’s in the navbar.

Basically since it returns conditionally on the location got from the router props, it blinks the secondary navbar, only to correct it later when js is parsed.

I first thought it was blinking the whole secondary page but it wasn’t the case, only the navbar.

Probably the router props are not in ssr as the condition is obviously dynamical and depends on the runtime.

Thanks for your patience and if you have any simple task I can help with Gatsby development, I’ll be happy to help! :)

Replies: 8 comments 1 reply

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
1 reply
@ZeldOcarina

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies
Answer selected by graysonhicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #32942 on August 30, 2021 07:30.