Hello
I implemented data in a table by using the nextjs capabilities of streaming (unawaited promise + use()).
When data is loading I have a suspense that is triggered to give the user a skeleton.
The problem is it only triggers on the first load. When I change the search params (page, page size etc) it doesn't trigger the suspense anymore.