here ```http://localhost:3000/auth?redirectToPath=``` I'm getting this error -> ```Unhandled Runt...
f
here
Copy code
http://localhost:3000/auth?redirectToPath=
I'm getting this error ->
Copy code
Unhandled Runtime Error
TypeError: style.toLowerCase is not a function
This after upgrading my supertokens-auth-react, supertokens-node, and supertokens-web-js
a
Getting the same error
Just updated those three packages, and navigated to http://localhost:3000/auth/?show=signin&redirectToPath= Then the page crashes and displays this error ERROR style.toLowerCase is not a function TypeError: style.toLowerCase is not a function at Object.hasFontDefined (http://localhost:3000/static/js/bundle.js:82517:26) at SignInAndUpThemeWrapper (http://localhost:3000/static/js/bundle.js:77375:30) at renderWithHooks (http://localhost:3000/static/js/bundle.js:52754:22) at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:56040:17) at beginWork (http://localhost:3000/static/js/bundle.js:57336:20) at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:42346:18) at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:42390:20) at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:42447:35) at beginWork$1 (http://localhost:3000/static/js/bundle.js:62321:11) at performUnitOfWork (http://localhost:3000/static/js/bundle.js:61568:16)
24 Views