next.js/packages/next-codemod/transforms/__testfixtures__/url-to-withrouter/arrow-function-component.output.js
arrow-function-component.output.js5 lines139 B
import { withRouter } from "next/router";

export default withRouter(withAppContainer(withAuth(props => {
  const test = props.router
})));
Quest for Codev2.0.0
/
SIGN IN