This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 232
LoginCallback triggers React error on failure: Objects are not valid as a React child #699
Closed
2 of 9 tasks
Comments
bcbee
changed the title
LoginCallback triggers React error on failed redirect
LoginCallback triggers React error on failure: Objects are not valid as a React child
Mar 13, 2020
14 tasks
Internal ref: OKTA-282543 |
Same issue here, any update? |
+1.... have you heard of any updates on this? |
We have a PR in the works: #700 |
After a mild fight with our CI system, |
Thanks much! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
If the
LoginCallback
component encounters an error during authorization it improperly attempts to add an object to the React DOM triggering an exception.Expected behavior
Errors should be gracefully added to the DOM or console without exception.
Minimal reproduction of the problem with instructions
ISSUER
andCLIENT_ID
environment variablesnpm i
andnpm start
LoginCallback
componentExtra information about the use case/user story you are trying to implement
Console output:
LoginCallbackBug-ConsoleOutput.log
Error message:
Environment
node -v
): v10.19.0The text was updated successfully, but these errors were encountered: