comit-network / waves

Workspace for project waves - bringing DeFi to Liquid.
MIT License
15 stars 6 forks source link

Fix tooltip display #211

Closed da-kami closed 3 years ago

da-kami commented 3 years ago

For wrapping a custom component with a tooltip on has to implement forwardRef for the component. Since this is a bit cumbersome another workaround is to wrap the custom component with a Box. From chakra-ui documentation: If the Tooltip is wrapping a functional component, ensure that the functional component accepts a ref using forwardRef.