CCodemod

ember/5/deprecate-router-events

No description available

migration
Public
0 executions
Run locally
npx codemod ember/5/deprecate-router-events
Documentation

This codemod removes all calls to willTransition or didTransition events on the Router via usage of routeWillChange event listener and routeDidChange event listener.

Before

jsx

After

tsx

Ready to contribute?

Build your own codemod and share it with the community.