-
Notifications
You must be signed in to change notification settings - Fork 49
fix: comm messages were lost before model was loaded #804
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
Conversation
🦋 Changeset detectedLatest commit: 47756df The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
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.
Wow, thanks for the quick fix. Thank you! Just a couple of minor nits.
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.
Wow, thanks for the quick fix. Thank you! Just a couple of minor nits.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #804 +/- ##
==========================================
- Coverage 98.45% 96.75% -1.70%
==========================================
Files 8 9 +1
Lines 452 555 +103
==========================================
+ Hits 445 537 +92
- Misses 7 18 +11 ☔ View full report in Codecov by Sentry. |
Should look better now! |
Slick, thanks so much for the contribution. I'll cut a release now. |
As I explained in the related issue #803, any comm messages sent to the widget before it's model was loaded were lost. This should ensure that those messages are also processed.
Fixes: #803.