This transformation adds the necessary configuration to enable v7 features, specifically the v7_fetcherPersist flags
Before
const router = createBrowserRouter(routes);
After
const router = createBrowserRouter(routes, {future: {v7_fetcherPersist: true,},});
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community