risixdzn / gymn

WIP - One app, two perspectives. Manage your Gym, or track your personal workouts in a single place.
https://gymn.vercel.app
13 stars 1 forks source link

a client-side exception has occurred (see the browser console for more information). #165

Closed mayukhpankaj closed 2 months ago

mayukhpankaj commented 7 months ago

image

Just after Gym Owner registration this occurred - Registrar Preencha os campos abaixo para registrar-se no aplicativo

route - https://gymn.vercel.app/auth

risixdzn commented 2 months ago

Hey @mayukhpankaj ! Thanks for reporting this bug!

Sorry for the late response, but the issue that you encountered was related to the Google Translate extension, which replaces texts on the page for font tags, which are not recognized by React Dom and causes a crash.

See https://github.com/facebook/react/issues/11538#issuecomment-390386520 for more details.

Unfortunately, you can face this bug on other parts of Gymn because this is a React quirk, but feel free to open another issue if you encounter it again.