-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This doesn't work with gatsby? #42
Comments
Hi Melker, thanks for reporting and for the nice reproduction. Will look into it tomorrow. |
I spotted a problem with SSR and tried to so solve it - my attempt is already on master and published as The idea came from https://joshwcomeau.com/react/the-perils-of-rehydration/, but I suspect that some non-gatsby but SSRed apps may re-render unpredictable amount of times before getting flushing SSRed HTML to the client, so the proposed solution to render in two passes may not suit all. @mhedengren I'm still exploring this issue and will keep you updated. |
Ok I see! Sounds great :) Many thanks for taking your time do to this. |
Hi @mhedengren! If you're still using the component, can you try out |
Somehow I cannot get this to work with gatsby, the safari toolbar in iOS is still covering the div. I'm using the FullHeightComponent on my index page within the Layout compontent.
repo: https://github.com/mhedengren/just-a-test
netlify for checkout on phone https://objective-kowalevski-bd15a4.netlify.app/
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: