Skip to content

Conversation

desiprisg
Copy link
Contributor

@desiprisg desiprisg commented Jun 3, 2024

Description

Fixes this view when revoking:
Screenshot 2024-06-03 at 11 48 06

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@desiprisg desiprisg requested a review from panteliselef June 3, 2024 08:47
Copy link

changeset-bot bot commented Jun 3, 2024

🦋 Changeset detected

Latest commit: 24c09f3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@desiprisg desiprisg self-assigned this Jun 3, 2024
const isRequestOnGoing = getCache()?.isValidating;

if (fetcherMissing || isCacheStale || isRequestOnGoing) {
if (fetcherMissing || !isCacheStale || isRequestOnGoing) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just making sure this makes sense semantically

@desiprisg desiprisg merged commit ec41bb7 into main Jun 3, 2024
@desiprisg desiprisg deleted the george/sdk-1397-revoking-a-device-from-userprofile-results-in-a-strange-null branch June 3, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants