I’ve created a standalone JSX component that “seems” to import into my application. It renders the HTML properly on the screen.
However, when attempting any interaction with the custom button that was rendered, it never recognizes the onClick event?
We can see in the console logs that the component did mount but again we don’t seem to be able to click on it.
Without actually creating a plug-in should this be possible?