-
-
Notifications
You must be signed in to change notification settings - Fork 590
fix: resolve a regression where api.getState
is only accessible only with an authenticated session
#885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…y with an authenticated session
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
/improve |
PR Code Suggestions ✨Latest suggestions up to 51ad5f6
Previous suggestions✅ Suggestions up to commit b32dce8
|
Fix a regression introduced in PR #877
Description
api.getState
was only accessible with an authenticated session.Changes walkthrough 📝
Login.jsx
Enhance login with Google Analytics initialization
src/app/containers/Login/Login.jsx
GoogleAnalytics4
andapi
.api.getState
after successful login.allowed.
index.jsx
Refactor Google Analytics initialization on app start
src/app/index.jsx
authentication.
api.getState
for state retrieval.