Nestor Zepeda

Results 4 comments of Nestor Zepeda

Hello, I'm also facing the same issue with the latest version (2.27.0). It seems like this is still a bug within `Plotly.js`.

@vdgodse Can you please add the `type:bug` label on this issue so that it is visible under the bugs filter? This is still a legit issue and it would be...

I believe I have a found a workaround for this. When calculating whether to redraw the modebar or not, plotly compares the buttons via their name propery. So if you...

To add on to this, @kettanaito, as you recommended [above](https://github.com/mswjs/msw/issues/2126#issuecomment-2046346801), I've removed usage of the `@mswjs/cookie` package to set the cookie and instead, I'm directly mutating `document.cookie`. The same error...