After upgrading to 5.21.5 (from 4.2.21), I am getting this error locally sometimes when tooltip is opened. Maybe its due to the [usage of ReactObserver](https://github.com/ReactTooltip/react-tooltip/blob/d20053d7026294b873ae8369f738e6b9634b36d2/src/components/Tooltip/Tooltip.tsx#L566C29-L566C29 ) react-scripts v5 brings in webpack-dev-server v4 which shows runtime errors on full screen. [Potential fix](https://stackoverflow.com/questions/49384120/resizeobserver-loop-limit-exceeded) and [more details](https://github.com/facebook/create-react-app/issues/13168) can be seen here. Reproduction Happens sometimes when opening the react tooltip component Expected behavior Not getting the error. Screenshots <img width="608" alt="Screenshot 2023-10-19 at 7 31 22 PM" src="https://github.com/ReactTooltip/react-tooltip/assets/23442385/97999bfa-d941-4128-aa1f-1f4d3e87965b"> OS: MacOS. Browser: Chrome