Javascript – Error with React Routing, "[AuthProvider] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>"
React Routing seems way overly complicated, I have authentication through Firebase and need the routes wrapped with the <AuthProvider> but I get this error that it's not a part of the <Route> component. I can't find a work around for…