events not fired inside react modal
I can't provide a small reproduction, I tried but I couldn't.
I have a react project with reactstrap, and I'm using their standard Modal component.
Inside of it, I'm mounting a Solid app ( I already have other Solid apps working normally inside of React but outside of the modal ).
This app is not firing any click event handlers from Solid. There are no layers above in CSS.
I can't figure it out for the life of me.
I'm just hoping someone else has found this problem before and have any insights I can use to fix this.
In the moment, I'm trying to create my own modal component to see if the problem is in reactstrap somehow.
Thanks.
I have a react project with reactstrap, and I'm using their standard Modal component.
Inside of it, I'm mounting a Solid app ( I already have other Solid apps working normally inside of React but outside of the modal ).
This app is not firing any click event handlers from Solid. There are no layers above in CSS.
I can't figure it out for the life of me.
I'm just hoping someone else has found this problem before and have any insights I can use to fix this.
In the moment, I'm trying to create my own modal component to see if the problem is in reactstrap somehow.
Thanks.
