CCodemod

nuxt/4/deprecated-dedupe-value

No description available

Legacy
nuxt4migration
Public
1,097 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

This codemod removes deprecated boolean values for the dedupe option in refresh calls, replacing them with string literals cancel and defer

🚦 Impact Level: Minimal

What Changed

Previously, it was possible to pass dedupe: boolean to refresh. These were aliases of cancel (true) and defer (false).

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.