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
load the stackblitz page and see the app once it runs. initially it will load the 1st component data, and you can see 2nd component loading icon. once the second component show 'no data available' then first component also affecting.
What is Expected?
Each infinite loading component should run separately with its own set of data.
What is actually happening?
if one component doesn't have the data then other component also showing 'no data available ' error.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.0-0
Vue.js version
3.2
Reproduction Link
You can check the issue here - https://stackblitz.com/edit/vue-ckn2zu?file=src%2FApp.vue
Steps to reproduce
What is Expected?
Each infinite loading component should run separately with its own set of data.
What is actually happening?
if one component doesn't have the data then other component also showing 'no data available ' error.
The text was updated successfully, but these errors were encountered: