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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
My situation is this: I am building a single page website and parts of the page are different components. I need to integrate a map from highcharts but i cannot find a way to include it as part of the same parent while excluding from prerendering in the same time. The whole app only works if i move it from shared.ts to client.ts. This hits the websites prerendering benefits. Can you help me on this?
Thank you