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'm facing this weird issue where react snap successfully crawls all the pages and generates static HTMLs and its awesome! BUT when I deploy my build to the server and go to a route that has a static html it first displays the static HTML, thats not interactable and then loads the actual rehydrated component underneath that! so basically I have 2 set of the same htmls.. one is interactable and one is static..
side note: this doesnt happen when i serve the build folder locally
what can be the issue here?? TIA
The text was updated successfully, but these errors were encountered:
I'm facing this weird issue where react snap successfully crawls all the pages and generates static HTMLs and its awesome! BUT when I deploy my build to the server and go to a route that has a static html it first displays the static HTML, thats not interactable and then loads the actual rehydrated component underneath that! so basically I have 2 set of the same htmls.. one is interactable and one is static..
side note: this doesnt happen when i serve the build folder locally
what can be the issue here?? TIA
The text was updated successfully, but these errors were encountered: