Matt

Results 10 comments of Matt

I have the exact same Sentry report as @yoieh. It happens infrequently.

What's worse is that setData() doesn't REALLY work because of #22 - the zoom and pan get reset, which is hardly ideal behaviour.

Are you getting this just with normal use? For me, everything works fine but I'm trying to write a jest test file and I get this error.

Hmm this describes my exact problem, yet the PR was never merged. Is anybody else seeing this issue again? 🤔 Specifically, I have content that loads in above the datepicker....

Hmm this seems similar to an issue I am having, but on Chrome. I have an `Input` in my `DropdownToggle` and when I push `space`, the `Dropdown` closes. My hack...

We also ran into this yesterday. Tried `console.log` in various places and it never works anywhere.

Any update on this issue? Unfortunately, we just added storybook testing to our pipeline and ran into this issue multiple times today. I can't say much about a repro, as...

Yeah, I get the error when testing in Storybook with `userEvent.click` when using `nodesDraggable={false}`. I tried adding the `nodrag` class instead but this doesn't seem to work at all. Surely...

Hmmm... I fixed the version to 2.0.0 and still have the issue, but I was also updating TypeScript to 5.6.3. When I revert that back to 5.6.2, it works fine,...

That’s the beauty of open source. If you’re so much harder working, you can solve it yourself. On Thu 31. Oct 2024 at 13:37, Vlad Dg ***@***.***> wrote: > This...