expo / dev-plugins

Out-of-tree Expo devtools plugins for packages that haven't adopted the Expo devtools plugin system yet.
MIT License
154 stars 24 forks source link

[react-query] Replace custom notify event types with those from RQ #31

Closed pepijnvandenhoven closed 8 months ago

pepijnvandenhoven commented 8 months ago

Looks like the QueryCacheNotifyEvent types were based off an old commit. Some were incorrect, one was missing. E.g. after calling queryClient.clear(), the emitted event has type "removed" rather than "queryRemoved".

image