Yuliya Plotka

Results 9 comments of Yuliya Plotka

Same question, did anyone find a solution in the meanwhile?

> I have been using a derived package, parquets in the browser, and it works. @dobesv Would you mind sharing an example implementation? I am struggling to make it work...

I was trying to add custom React component on x-axis labels, but I noticed the example sandbox (https://github.com/highcharts/highcharts-react#how-to-add-react-component-to-a-charts-element) is using highcharts-react v2 and does not work with v3. Does someone...

Hi @ppotaczek. You are right, the React version needed to be updated. However, I tried to convert it into a functional component and for some reason, the labels are not...

I agree that adding the examples to the documentation would be great, especially the one with the functional components. Thanks a lot @ppotaczek for the help!

> The following seems to work with v0.27: > > ``` > if (e instanceof AxiosError) { > console.log(e.response.data.message) > } > ``` Can confirm the above works. But I...

I was having the same issue (not with styled-components but with Ant design library) and I am also referencing my lib project on the same filesystem as @timosnel and I...

I was also struggling with this after the update. Looks like the docs are not up to date here https://react-papaparse.js.org/docs#strings. Also, why is `worker` a required prop if it should...

I was running into the same issue. After looking at the [code](https://github.com/figma/code-connect/blob/8e3161eaf3f184e6639e83c97b060db58f021b0c/react/src/common/project.ts#L9), it looks like `importPaths` must be in the config's root and not nested under the `react` key. If...