I have a built a simple react router project in which "Topics" page/component has nested links "one", "two", "three" and then a Route mapping to component "Topic" which renders content with match.params.id, but its redirecting to custom not found page,
Here's the link to codesandbox: