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 have used the implementation from the docs with static data and it worked. Calling an endpoint with the initial data set to [], the page selection does not work. const products = ref<Product[] | []>([]) const { selectedResources, allResourcesSelected, handleSelectionChange } = useIndexResourceState( products.value, { resourceIDResolver(resource) { return resource.productId }, } )