Skip to content

2.0.0 migration guide

Martin Denk edited this page Sep 2, 2021 · 1 revision

Cache inflation

In v2.0.0, cache inflation has been removed. If you've never used that feature, you can safely upgrade without any changes to your code. If you did, you should use useQuery's new dataMap option. See this guide on data mapping for more information.

Clone this wiki locally