This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, SCSS, Framer Motion, Sanity
It seems that when you use React 18 and Strict Mode React Tooltip won't hide once you hover over it. E.G. when you hover over "FrontEnd Dev" in Skills and Experience section it won't hide {work.desc} .
It should work after you remove Strict Mode tag in your root.render method
It seems that when you use React 18 and Strict Mode React Tooltip won't hide once you hover over it. E.G. when you hover over "FrontEnd Dev" in Skills and Experience section it won't hide {work.desc} .
It should work after you remove Strict Mode tag in your root.render method
https://github.com/wwayne/react-tooltip/issues/769
Just leaving this here if someone is following this tutorial using React 18