-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: onContextChanged not running for named providers #491
Conversation
Signed-off-by: Lukas Reining <[email protected]>
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.
Nice and simple 👍
The onContextChanged is now called for all providers. I think what we still have to do is check the numbering of all tests as we mostly used requirement names for the describe blocks, and the number shifted a bit. |
I've created an issue to update the review and update test names to match the updated spec. |
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.
lgtm
@lukas-reining I'm not sure this is a feat, I think it was more of a fix. I'd recommend Though TBH, we should probably publish our first non-experimental soon. |
🤖 I have created a release *beep* *boop* --- ## [0.3.8-experimental](web-sdk-v0.3.7-experimental...web-sdk-v0.3.8-experimental) (2023-07-24) ### Features * typesafe event emitter ([#490](#490)) ([92e3a72](92e3a72)) ### Bug Fixes * onContextChanged not running for named providers ([#491](#491)) ([1ab0cc6](1ab0cc6)) * race adding handler during init ([#501](#501)) ([0be9c5d](0be9c5d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR
Fixes context propagation for the static-context-paradigm as found in #488.
Related Issues
Fixes #488
Notes
Follow-up Tasks
How to test