highcharts / highcharts-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSR Friendly

ObjectAssign opened this issue · comments

Hi this does not work well with Inertia/SSR as it uses the window object.

Would be nice with an overhaul to support SSR + Composition API

Hello @ObjectAssign

We're aware that package has some problems with SRR, but as I mentioned in your another issue, we are planning to improve this wrapper for getting better type definitions, composition API, as well as the SRR support. In a meanwhile, you can temporarily try to use the workarounds described here.

Kind regards!