A
{, Когда ренедрится компонент по первому Роуту, ниже отображается компонент второго Роута.
type: PrivateRoute,
component: ProtectedRoute(CreateCustomer, managerRoles),
exact: true,
path: ["/customers/createCustomer"],
},
{
type: PrivateRoute,
component: ProtectedRoute(Customer_MAIN, managerRoles),
exact: true,
path: ["/customers/:customerId"],
},
Exact
обозначил ведь. чзх? не подскажете)