How can I link to the corresponding child React component? – Javascript
How can I link to the corresponding child React component using Link from react-router-dom? By passing an id to the url. Now I'm getting the id, but the component isn't rendered. https://codesandbox.io/s/test-login-page-tasks-rmfn5j?file=/src/components/Taskslist.js Parent component const ParentComponent = ({ Tasks })…