© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Gijo Varghese
A WordPress speed enthusiast
You need to wrap it inside withRouter
withRouter
... import { withRouter } from "react-router-dom"; ... ... ... ... export default withRouter(Login);
Sonu Sasankan
Creative coder
Gijo Varghese , I have fixed that another way. Thanks for your support.
Cool. What was the issue?