-
Notifications
You must be signed in to change notification settings - Fork 349
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: import Observable as a type #826
Conversation
Ah yep, this seems reasonable; thanks for the PR! Let's see what the test suite says. Fwiw to get the PR green, you'll need to update the |
Hi Stephen, It turned out that you use Hope I did everything right. |
@spheenik fwiw I'm not 100% following; it's been awhile since I've looked at the Also fwiw it looks like, at least in the current PR, the |
…the test suite should stay as it is
Lol, I set it to false... I just corrected it. |
It breaks a single test when it is imported by type:
|
Ah great! Thanks for including the snippet that failed; that makes sense, and verifies we've got existing regression coverage for this change, so don't need any new tests for this PR. Thanks for the fix! |
## [1.147.2](v1.147.1...v1.147.2) (2023-05-07) ### Bug Fixes * import Observable as a type ([#826](#826)) ([52e84ba](52e84ba))
🎉 This PR is included in version 1.147.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I think I found it.
Possibly fixes issue #825