Open yuhDAQ opened 10 months ago
Actually behave screen capture.
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.
@paulomarg Thanks lot! Approximately how long will it take?
@paulomarg hello, how is this going?
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