Solid/reactivity lint rule complains about async custom event handlers
Hello, I'm having some issues with solid eslint plugin regarding custom event handlers.
Just the line above is enough to reproduce it in playground. Is there any way to disable it? Or this could be a bug?
I also checked if this has anything with event delegation as custom events are not delegated and it does not seem so:
Just the line above is enough to reproduce it in playground. Is there any way to disable it? Or this could be a bug?
I also checked if this has anything with event delegation as custom events are not delegated and it does not seem so:
