robert-nash

Results 14 comments of robert-nash

I'm experiencing the same problem. Did you find as solution?

I am still working through the first web build of my app but I seem to have got round this particular error for the meantime by adding null-loader as an...

I found that this problem is fixed if the width and height props are passed to the chart explicitly, even if the values are "100%".

@brianlagunas I'm not sure how to exhibit this in a codepen but I have created a repository exhibiting this problem. https://github.com/robert-nash/apexcharts-nextjs-demo Creating a codespace on github from the repository allows...

I have the same problem. @maccman's import helped me get the library working though.

I don't know if this is helpful but I seem to be having exactly the same problem but the errors are happening when the app is not in the foreground...

I'm trying to do exactly the same thing. Did you find a solution?

In case it is helpful to anyone else, I ended up solving this by preFetching getAllOfSomething (to continue using the terminology of your example) and then in my components immediately...

@vkarpov15 Here is slightly simplified version of the schema (a reduced number of properties, the structure is the same) all in one place for an example. Thanks! ``` import {...