Unable to define placeholderData
on a query key.
#85
Labels
will be resolved in a major release
Feature or bug will be resolved in the next major release
Milestone
The fix added here: 9b5401c
locked down the valid factory keys to
'queryKey' | 'queryFn' | 'contextQueries'
however this removes the ability to utilizeplaceholderData
as specified here: https://tanstack.com/query/latest/docs/framework/react/guides/placeholder-query-dataThis is something my company uses in a few places.
Is it possible to either revert the change or improve it to include all available factory keys?
The text was updated successfully, but these errors were encountered: