babel-plugin-open-source icon indicating copy to clipboard operation
babel-plugin-open-source copied to clipboard

Get it working well with Chakra UI components

Open hariombalhara opened this issue 4 years ago • 0 comments

  1. Capture Phase listener allows the plugin to work for the cases where stopPropagation is done in the bubble phase.
  2. Looking for the nearest parent element with dataset source handles the case when the element directly doesn't have dataset source. This happens if the element is not created through JSX e.g. Chakra UI ModalCloseButton. Basically, any component coming through an npm dependency should have this problem. See https://codesandbox.io/s/suspicious-breeze-smdrq?file=/src/index.js

hariombalhara avatar Sep 22 '21 13:09 hariombalhara