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'm getting the following error: Uncaught TypeError: Cannot read property 'height' of null at VueComponent.updateInViewport (vendors-9734db2b5db5665331401bfd393f02d0.js:101585)
When using <keep-alive> to cache the <router-view> component, I believe there needs to be activated / deactivated hooks that make sure that the inViewportHandlers are added or removed
The text was updated successfully, but these errors were encountered:
@natemate90@SageSanyue A PR which removes the listeners when the dom element is removed was merged in December, which I think should fix these issues. Might be worth re-checking with 3.1.0. :)
I'm getting the following error:
Uncaught TypeError: Cannot read property 'height' of null at VueComponent.updateInViewport (vendors-9734db2b5db5665331401bfd393f02d0.js:101585)
When using
<keep-alive>
to cache the<router-view>
component, I believe there needs to be activated / deactivated hooks that make sure that the inViewportHandlers are added or removedThe text was updated successfully, but these errors were encountered: