ランキング参加中プログラミング 現在個人プロジェクトでReactを使って開発しています。 その中で react-router v6 を使用しているのですが、v5とは仕様が変わっていて上手く動かなかったので少し内容を記事に書き起こそうと思います。 まずコンソールに表示されていたメッセージはこちらです。 You rendered descendant <Routes> (or called `useRoutes()`) at "/report" (under <Route path="/report">) but the parent route path has no trailing "*".…