79251217

Date: 2024-12-04 12:51:19
Score: 0.5
Natty:
Report link

If using element

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

If 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