How to perform a full force rehydration ? This happens all the time when there's a if clause for which I use the variable to lazy request only on client side . It stops the entire client side app running(Hydrating) on Production when it encounters this error !
I need it do a Full Re-Hydration on the app if it is ever necessary Just Like in development mode which works perfectly fine! Note that on elements without the data-server-rendered attribute, hydration can also be forced by passing true to the hydrating argument of $mount