-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
package.json
Outdated
"@skyux/core": "^3.5.1", | ||
"@skyux/i18n": "^3.5.0", | ||
"@skyux/indicators": "^3.0.0" | ||
"@skyux-sdk/builder": "^3.7.0", |
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.
Looks like the migration added some peers.
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 fixed this :)
@@ -20,7 +20,8 @@ import { | |||
} from '@skyux-sdk/testing'; | |||
|
|||
import { | |||
Observable | |||
Observable, | |||
throwError |
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 can't migrate to RxJS 6 just yet, because it wouldn't work with SKY UX 2 SPAs.
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've reverted to the correct import for compatibility and have added a note to do the change later
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 11 11
Lines 474 478 +4
Branches 78 65 -13
=====================================
+ Hits 474 478 +4
Continue to review full report at Codecov.
|
Issue: https://github.com/blackbaud/skyux-flyout/issues/58