react-query-auth
react-query-auth copied to clipboard
Uncaught Error: useAuth must be used within an AuthProvider
Hi @alan2207,
Sometimes (I can't tell specifically when) I get this error even though useAuth is used inside AuthProvider. Because this is uncaught error, React unmounts the whole tree (and I'm not using useErrorBoundary on react-query client). What is/might be the reason for this behaviour?
Thanks