Dmitry Shvedov
Dmitry Shvedov
Same on rooted Samsung S10e. Found a workaround on Reddit: Had to go into Settings > Apps > Vanced Manually grant permission for file system access Allow to install apps...
I took @tibotiber's solution and made it into a component for easy copy/pasting: https://codesandbox.io/s/rc-slider-log-demo-forked-xffr0
Why can't yarn tell me which line has this problem? I get the yarn-error.log, it has the whole package.json and the whole yarn.lock file in there, but nothing about the...
Hi @lidaof, where is this example from? It seems to be using our old API...
Thanks @lidaof, looks like something broke between 2.2.0 and 2.3.0. Will look into that. The workaround for now is: `const Plot = createPlotlyComponent.default(Plotly);`
This still needs to be fixed though
Can somebody please make a reproduction of the issue?
@GrahamWilsdon Some transitions are possible now, see the info in the PR that closed the mentioned issue: https://github.com/plotly/plotly.js/pull/3217#issue-228521121
`config` simply [gets passed](https://github.com/plotly/react-plotly.js/blob/679345fa27411decc942490420fbaf01a9de887e/src/factory.js#L86) to plotly.js. No caching happens in this library. You might wanna raise an issue in the [plotly.js repo](https://github.com/plotly/plotly.js/) to get the right attention.
Node 12 with node-sass 4.13.0 is also a problem. Getting this in my CI (where npm install is run right before build): ``` ERR! Module build failed (from ./node_modules/sass-loader/lib/loader.js): ERR!...