You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've discovered a bug where calling load() manually on a lazy loaded breaks the element. It triggers the request, but then when the element becomes visible the content isn't replaced. Example below from the examples page:
bug.mov
The text was updated successfully, but these errors were encountered:
Removing that line will fix the bug, but the preloading doesn't actually work, a second request for the content will be made when the element becomes visible. That's because the load() function doesn't actually store the result anywhere.
I've discovered a bug where calling
load()
manually on a lazy loaded breaks the element. It triggers the request, but then when the element becomes visible the content isn't replaced. Example below from the examples page:bug.mov
The text was updated successfully, but these errors were encountered: