I have a component that uses React Router, as shown below:
_viewCompany(companyId) {
this.context.router.push(`/admin/companies/${companyId}`);
} It worked well in the component, but I encou
I have a component that uses React Router, as shown below:
_viewCompany(companyId) {
this.context.router.push(`/admin/companies/${companyId}`);
} It worked well in the component, but I encou