-
Notifications
You must be signed in to change notification settings - Fork 2
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
[UID-159] Additional RTR debugging and configuration options #431
Conversation
setTokenExpiration(te ?? { atExpires: -1, rtExpires: -1 }); | ||
setIsLoading(false); | ||
}); | ||
setIsLoading(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is goofy, but eslint got mad and insisted it was always false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code itself looks fine but you're missing a required update in package.json
and the stripes-core import appears to be based on a local workspace config, not a real-world bundle scenario.
@zburke should be fixed — also added the |
Copying the value of the constant into this component, instead of importing it from stripes-core, gives us the same end result without requiring us to bump the peer-dep on stripes up from `^9.1.0` to `^9.2.0`, allowing this release to remain compatible with Q. Refs UID-159
Quality Gate failedFailed conditions |
folio-org/stripes-core#1535 must be merged before this PR can pass