Wildhoney / ReactShadow

:beginner: Utilise Shadow DOM in React with all the benefits of style encapsulation.
https://react-shadow.herokuapp.com/
MIT License
1.29k stars 80 forks source link

How to use ReactShadow with ChakraUI Drawers? #116

Open vintrace-blair opened 3 years ago

vintrace-blair commented 3 years ago

Hi guys, can anyone help me figure out why the text input breaks on this drawer: https://codesandbox.io/s/winter-bash-z0bjp?file=/src/index.tsx

We are using react shadow to encapsulate the styles and need to use portals to stop the drawer from being rendered outside of react shadow

Much appreciated

printharsh commented 5 months ago

+1 did you ever figure this out?