devtools
devtools copied to clipboard
Accordion stop bubbling hack
So I'm doing some stuff that's probably not the greatest to do to prevent accordions' clicks bubbling to the top. Ideally the react component in Carbon would allow for a stop propagation function to be triggered, but it doesn't seem to work when I put this hack in. I'm creating this ticket in hopes to keep this in mind, and either contribute back to Carbon or update if it ever gets a fix.
https://github.com/carbon-design-system/devtools/blob/master/App/popup/components/Main/index.js#L47-L55