Kristofer Källsbo
Kristofer Källsbo
I had the same issue in development due to Removed them and the issue is gone.
I ran into this as well, especially if I refreshed the application. I ended up putting together a quick user provider of my own: ```` import { createContext, useState, useEffect...
> @kallsbo Using the latest version of `@aws-amplify/ui-react` you should be able to use: > > ``` > const { route, user, signOut } = useAuthenticator((context) => [context.route, context.user]); >...
So there are two parts to this. As you can see in the complete error message it refers to two locations for the manual cleanup. This is due to a...