79251005

Date: 2024-12-04 11:41:56
Score: 0.5
Natty:
Report link

Use below code and it will work

 <Route path="/report/:id" element={<ReportView  key={Math.random()}/>} />

If you are using component

<Route path="/report/:id" component={<ReportView  key={Math.random()}/>} />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sumit kumar