You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Right now, auth information is passed from App to Pages.
React 16.8 updated the Context API and testing suites do not have an easy way to pass context functionality. It's currently an open ticket with Enzyme (enzymejs/enzyme#1553) but has been in the works for a while.
Options are to either:
Wait until Enzyme completes support
Refactor to Auth0 Lock for embedded login/logout
Server Side render restricted pages
Depending on how the product roadmap evolves/when Enyzme resolves the issue we can pursue one of the above.
The text was updated successfully, but these errors were encountered:
Right now, auth information is passed from App to Pages.
React 16.8 updated the Context API and testing suites do not have an easy way to pass context functionality. It's currently an open ticket with Enzyme (enzymejs/enzyme#1553) but has been in the works for a while.
Options are to either:
Depending on how the product roadmap evolves/when Enyzme resolves the issue we can pursue one of the above.
The text was updated successfully, but these errors were encountered: