4dc333de41
## Issue 6010: hyperchat send display issues with GIF profiles The FreezeFrameWrapper have no `src` to freeze due to the lazy loading. ## Fix Delay the freezing by making the lazy-load effect return a state to indicate when then `src` has been loaded. Since the lazy-loader will `unobserve` after loading, the state will never go back to false, so we don't need to handle the case of preventing `new FreezeFrameWrapper` from being called multiple times from it's effect. |
||
---|---|---|
.. | ||
use-combined-refs.js | ||
use-drag-drop.js | ||
use-fetched.js | ||
use-get-ads.js | ||
use-get-livestreams.js | ||
use-get-thumbnail.js | ||
use-history-nav.js | ||
use-hover.js | ||
use-is-mounted.js | ||
use-lazy-loading.js | ||
use-lighthouse.js | ||
use-persisted-state.js | ||
use-previous.js | ||
use-screensize.js | ||
use-stream-file.js | ||
use-stream.js | ||
use-throttle.js | ||
use-tween.js | ||
use-zoom.js |