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