anajavi

Results 27 comments of anajavi

This can be actually worked around on react-jsx-highcharts, but let's see what Highcharts has to say about it first. @leonardolessa as you have tried the v4 alpha, can you share...

I don't know if your real world case can be worked around with useRef, but here's edited stackblitz which works with it: https://stackblitz.com/edit/react-znpnkp?file=Hello.js It's just a workaround though, a real...

It seems that this can't be worked around in react-jsx-highcharts. We have to wait for Highcharts to fix the bug.

I upgraded the react-google-recaptcha in the [codesandbox](https://codesandbox.io/s/kind-tdd-tlqr2m) to v3.0.0-alpha.1 and it seems to work in strictmode. So maybe this is already fixed in the master?

I don't quite understand what the problem is. Can you please make an example with https://stackblitz.com/edit/base-chart-example

This package works with GraphQL v16 when used with graphql-subscriptions@^2.0.0. PR: #469

This is now fixed in highcharts v10.3.1. Closing.

Highcharts deprecated zoomType and it somehow also broke at the same time. Workaround is to use the new zooming prop: https://stackblitz.com/edit/react-bp4fmf?file=src%2FMyChart.js