forge42dev / Remix-Dev-Tools

Own your Remix.run apps with these development tools.
https://remix-development-tools.fly.dev/
MIT License
692 stars 35 forks source link

mouseenter event listener prevent other mouseenter events from firing #124

Closed yoni-noma closed 5 months ago

yoni-noma commented 5 months ago

So im using ag-grid Table component and i noticed that my row hlghight on hover doesnt work. after debugging the system ive noticed in the chrome devtools that there is a mouseenter event listener of remix-development-tools on the Documen object. if i remove it everything start to work again.

attaching a screenshot of the event from the devtools, you can see there as well another listener of the table(which never fires unless i removed the remix-development-tools one.):

Screenshot 2024-04-15 at 17 11 05
AlemTuzlak commented 5 months ago

Interesting, this should be a pretty simple fix, I'll take care of it soon!