79780795

Date: 2025-10-02 10:10:39
Score: 3.5
Natty:
Report link

Thanks for sharing such a detailed MRE!

I think the issue might be in using StaticRouter. Try and use MemoryRouter instead as it is the standard for extensions.

import { MemoryRouter as Router, Routes, Route, Link } from "react-router-dom";
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AliF