You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use HydrateFallback from remix in the page.
I thought it supposed to work when I move to the page from any other pages via clicking a link in ui-nav-menu.
Actual behavior
However, It didn't work.
It skipped rendering HydrateFallback component and started clientLoader.
Until completing clientLoader, page stayed in previous one.
When I reload, HydrateFallback works.
Hi, thank you for raising this! I've forwarded it to the team that manages the ui-nav-menu component, and will come back with an updated when I have one.
Hey, sorry for the radio silence here. We're still digging into this one, unfortunately I don't have any updates to share on it. I'll get back to you as soon as we know more!
Issue summary
@shopify/shopify-app-remix
version: 2.3.0Expected behavior
I use HydrateFallback from remix in the page.
I thought it supposed to work when I move to the page from any other pages via clicking a link in ui-nav-menu.
Actual behavior
However, It didn't work.
It skipped rendering HydrateFallback component and started clientLoader.
Until completing clientLoader, page stayed in previous one.
When I reload, HydrateFallback works.
Steps to reproduce the problem
Sample Code for HydrateFallback
The text was updated successfully, but these errors were encountered: