@nuxt/docs-nightly 4.0.0-29119536.fadd618d → 4.0.0-29119603.853c6c09
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -659,7 +659,7 @@ These aliases were removed, for greater clarity.
|
|
|
659
659
|
|
|
660
660
|
The issue came up when adding `dedupe` as an option to `useAsyncData`, and we removed the boolean values as they ended up being _opposites_.
|
|
661
661
|
|
|
662
|
-
`refresh({ dedupe: false })` meant
|
|
662
|
+
`refresh({ dedupe: false })` meant **do not _cancel_ existing requests in favour of this new one**. But passing `dedupe: true` within the options of `useAsyncData` means **do not make any new requests if there is an existing pending request.** (See [PR](https://github.com/nuxt/nuxt/pull/24564#pullrequestreview-1764584361).)
|
|
663
663
|
|
|
664
664
|
#### Migration Steps
|
|
665
665
|
|