-
Notifications
You must be signed in to change notification settings - Fork 13
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
lazy loaded routes for samples #79
lazy loaded routes for samples #79
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
=======================================
Coverage 92.07% 92.07%
=======================================
Files 72 72
Lines 2081 2081
Branches 366 366
=======================================
Hits 1916 1916
Misses 101 101
Partials 64 64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
64e3158
to
abe1620
Compare
abe1620
to
8f55859
Compare
8c4a6b7
to
6d4993b
Compare
6d4993b
to
ebb3a7f
Compare
let resizeObserver: ResizeObserver | undefined; | ||
let heightSubscription: (UnsubscribeFunction & UnsubscribeObject) | undefined; | ||
|
||
const setupObserver = (iframe: HTMLIFrameElement) => { |
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.
As discussed, this should be extracted (as part of another PR) in a reactive utility in the core (similar to the intersection utility) that could also be used in the slider.
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.
Tracked in #291
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.
Thank you for your PR!
Let's merge it to already benefit from the improvements.
We can improve the code of the iframe utility later (to make it more reactive).
No description provided.