Skip to content

Fix useFeatureFlag to re-evaluate on default user change#87

Merged
adams85 merged 1 commit into
mainfrom
fix/issue85
May 27, 2026
Merged

Fix useFeatureFlag to re-evaluate on default user change#87
adams85 merged 1 commit into
mainfrom
fix/issue85

Conversation

@adams85
Copy link
Copy Markdown
Contributor

@adams85 adams85 commented May 27, 2026

Describe the purpose of your pull request

Changes to the default user are not detected, causing useFeatureFlag to skip re-evaluating the feature flag in such cases.

This PR aims to fix this.

Related issues (only if applicable)

#85

How to test? (only if applicable)

n/a

Security (only if applicable)

n/a

Requirement checklist (only if applicable)

  • I have covered the applied changes with automated tests.
  • I have executed the full automated test set against my changes.
  • I have validated my changes against all supported platform versions.
  • I have read and accepted the contribution agreement.

@adams85 adams85 requested a review from a team as a code owner May 27, 2026 11:41
@adams85 adams85 linked an issue May 27, 2026 that may be closed by this pull request
@sonarqubecloud
Copy link
Copy Markdown

@adams85 adams85 merged commit eb7a1c9 into main May 27, 2026
4 checks passed
@adams85 adams85 deleted the fix/issue85 branch May 27, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

useFeatureFlag doesn't re-evaluate on default user change

2 participants