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
Is there any workaround? Is this the intended behaviour? If yes than it's kinda unpractical for data fetching, or am I misunderstanding something here?
The text was updated successfully, but these errors were encountered:
KaelWD
added
T: bug
Functionality that does not work as intended/expected
and removed
invalid
The issue is missing information or is not a valid bug/feature request
labels
Jan 13, 2020
Environment
Vuetify Version: 2.2.3
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.117
OS: Mac OS 10.15.2
Steps to reproduce
Expected Behavior
V-skeleton-loader works similar to a v-if component and does therefore only render the content in the default slot once the loading flag is false.
Actual Behavior
The undefined object is accessed even when the skeleton loader is still loading. The slot is not rendered conditionally
Reproduction Link
https://codepen.io/ellazlo/pen/GRgGovK
Other comments
Is there any workaround? Is this the intended behaviour? If yes than it's kinda unpractical for data fetching, or am I misunderstanding something here?
The text was updated successfully, but these errors were encountered: