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
It was hard to find out and took me several hours of debugging to realize that this is simply not possible because of the caching configuration of PaginatedCollection, because the data passed is not saved with the cache entry (see @cache.context).
I'm not sure where exactly, but might it be worth mentioning this in the README or in the code of the fusion component itself?
The text was updated successfully, but these errors were encountered:
Flowpack.Listable:PaginatedCollection has a collection key that must be set by the user.
The documentation shows an example:
When passing the same search query as prop, it does not work:
It was hard to find out and took me several hours of debugging to realize that this is simply not possible because of the caching configuration of
PaginatedCollection
, because the data passed is not saved with the cache entry (see@cache.context
).I'm not sure where exactly, but might it be worth mentioning this in the README or in the code of the fusion component itself?
The text was updated successfully, but these errors were encountered: