JimboTron9000

Results 4 comments of JimboTron9000

If any of you are getting the error " Type Error: path.split is not a function ". Then you must change the useForm register hook to the new updated verson....

If you are getting any errors related to useForm or path.split is not a function. A new format is required for the react hooks. you must create the errors hook...

Hey guys i figured it out. All you have to do is Change your imports from "import firebase from 'firebase/app' " to "import firebase from 'firebase/compat/app' ". You have to...

Also, if you close out of the authentication before you complete, you will get an error that crashes the app. All you have to do is wrap your async function...