Sep 28, 2021
Hey @Mike Prus.
In your case `topics/component ` need to be a exact match . you can try adding exact prop to Route component in Topics component.
Due to the nature how react router matches and composes routes. See the below example for a working case for your scenario
https://codesandbox.io/s/react-router-nesting-forked-m35ux?file=/example.js