A fatal runtime error occurred when rendering react-dom.development.js
Element type is invalid: expected a string (for built-in components) or a class/function (for composite
components) but got: undefined. You likely forgot to export your component from
the file it's defined in, or you might have mixed up default and named imports.
Check the render method of `App`.
Hit this error going from 1.3 to 5.2. I spent about 2 hours on it. Figured out it revolves around decoupled auth from v4!
I reinstalled firebase auth following this guide: Redwood v4.0.0 Upgrade Guide which cleared the react-dom error. Now, I am on to a different error.
I am getting “Exception in getAuthenticationContext: Failed to determine project ID: Error while making request: getaddrinfo ENOTFOUND metadata.google.internal.” I will update if I find the fix.