I noticed my app was running incredibly slow, the FPS counter will hit 1 FPS with the app being incredibly slow and impossible to navigate. I commented out the CDN link:
<script
defer
src="https://unpkg.com/react-scan/dist/auto.global.js"
></script>
which fixed the issue resulting in the app running normaly again, a recent update to the library may be causing this.
If you need me to supply additional Info I can.
Thanks