Open chubibest opened 4 years ago
There is a typo on your npm docs, the following line:
import { useAuth0 } from 'use-auth0-hooks';
should be:
import { useAuth } from 'use-auth0-hooks';
Please reconcile the npm docs with the readme
All of the concepts of this library have been moved to the official Auth0 SDK for React, so I'll be archiving this repository shortly.
There is a typo on your npm docs, the following line:
import { useAuth0 } from 'use-auth0-hooks';
should be:
import { useAuth } from 'use-auth0-hooks';
Please reconcile the npm docs with the readme