Bereaksi Router V6 Pass Props
const ProfileComponentWrapper = () => {
const { username } = useParams();
return <ProfileComponent username={username} />;
};
Johanna Weidenius