Open
Description
Describe the issue:
Getting the following error.
ERROR in ./src/pages/AuthenticationFailure.tsx 26:0-54
Module not found: Error: Can't resolve '@asgardeo/auth-react' in 'asgardeo-auth-react-sdk/samples/asgardeo-react-app/src/pages'
@ ./src/error-boundary.tsx 2:0-70 20:44-65
@ ./src/app.tsx 25:0-49 30:42-55
workaround:
Update the package.json as below.
"@asgardeo/auth-react": "5.2.3",