Skip to content
Discussion options

You must be logged in to vote

This should be a working version for V3: https://codesandbox.io/s/broken-highcharts-with-alpinejs-v3-forked-dlx8h?file=/index.html

The reason is that in V2, only literal objects and arrays were properly reactive. The Alpine reactivity is based on javascript object called proxies. IN v3, all object became reactive and those libraries often don't work smoothly with javascript proxy.
Moving the chart object outside of the returned Alpine data will do the trick

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Alph44rchitect
Comment options

Answer selected by Alph44rchitect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants