Strapi plugin react router

[details=“System Information”]

  • Strapi Version:
  • Operating System: MacOS Sonoma 14.1
  • Database: Mysql
  • Node Version: >=18.0.0 <=20.x.x
  • NPM Version: >=6.0.0
  • Yarn Version:

**I’m building a Strapi plugin and I’m currently on the overview page. I want users to be able to click on a test page and be directed to a more detailed inner page. However, I noticed that the plugin is using React Router v5, and I wasn’t successful when I tried to update it to the latest version. Are there any recommended approaches to achieve this navigation functionality without necessarily updating React Router?

Thanks,
Lucas