Javascript – React Router v6 ProtectedRoute not rendering anything
So I want to have one or possibly more Routes in the future to be protected and only accessible if the user is authenticated, but so far I only have the "/dashboard" route as Protected but I when I run…