I have small issue realted to ChakraUI. I try to create chrome extension wit it, unfortunettly all default chakra theme apply to all pages, theres any way to prevent it? i try to use cssVarsRoot, also read about @emotion but i cannot find solution.
popupRoot &&
ReactDOM.render(
<ChakraProvider resetCSS cssVarsRoot="#popup-root">
<PopupComponent />
</ChakraProvider>,
popupRoot
);