Federico Silvestri

Results 8 comments of Federico Silvestri

done that! The output was this ``` gpu process crashed - false Chrome version 59.0.3071.115 Electron version 1.8.4 renderer error - Uncaught TypeError: Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter...

Yes it is working reliably, however I noticed that chrome version on my machine is 71.0.3578.98, while on the traceback it's this `Chrome version 59.0.3071.115`. Could it be that? If...

@etpinard @antoinerg Thank you very much for your work! I'll try v 1.2.1 both on windows and linux and see if it works so you can close this issue

Having the same problem, installing it with dpkg. Removing and reinstalling does not work. I tried installing react-devtools: `yarn global add react-devtools@^4.22.0 `

One way I found to show a serie and hide others and still keep the data into tooltips is to give the ones you want to hide the type "custom"...

@ryanflorence I have a problem referencing the router outside the tree following this example https://github.com/remix-run/react-router/issues/9422#issuecomment-1302564759 I am importing css and css modules in my jsx, and this breaks my application,...

@dbartholomae I'm importing the router in a ts file where is defined a state machine with which I control part of the redux state and some side effects. The error...

Hi people, I am facing an issue with these missing types, and found this PR. What's missing to merge this PR? @didoo