Story
On home page, there is a list of products to display after the page rendered.
Those products are controlled by an onMount effect, yet the page is a SSR.
Most of the time the onMount effect is not being called because SSR doesn't call onMount, resulting to the product list not being displayed.
Current view
Expected view

Story
On home page, there is a list of products to display after the page rendered.
Those products are controlled by an onMount effect, yet the page is a SSR.
Most of the time the onMount effect is not being called because SSR doesn't call onMount, resulting to the product list not being displayed.
Current view
Expected view