-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev 4362 Break through loading state, even if privacy plugin blocks events #64
base: main
Are you sure you want to change the base?
Conversation
CI Failure Feedback 🧐(Checks updated until commit 247f6c8)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
247f6c8
to
9fe45a5
Compare
When the Ninetailed Privacy Plugin is configured to block any event, the loading state of the Ninetailed Provider will never get set to true.
The Default Loading Component in React works around this problem, by falling back to the baseline after a certain time.
This PR sends a
PROFILE_CHANGE
event, when the request got blocked with the cached fallback profile state or a error state, if no cached fallback is available.The PR is currently in draft as we should discuss the implementation and maybe go for a bigger change and create new states of the profile in the SDK.