-
Notifications
You must be signed in to change notification settings - Fork 106
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
feat/1206 - SDK: Adding events to shielded sync #1212
base: main
Are you sure you want to change the base?
Conversation
2a72925
to
c318d65
Compare
c318d65
to
30eb9b7
Compare
0d240de
to
945189a
Compare
945189a
to
fef942b
Compare
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.
I'm not sure, maybe clear the old context from the IDB? |
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.
...prev, | ||
[name]: 100, | ||
})); | ||
}); |
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.
we'll need to add the off
here to avoid a memory leak, but we can do this later together with the UI update :)
Resolves #1206
todo
EventDispatcher scope type as enum?