// bad.
<a href="/somewhere">
<CommonFilledButton />
</a>
https://stackoverflow.com/questions/42463263/wrapping-a-react-router-link-in-an-html-button
Not enough. Difficulties with scalability, etc.
Not so bad.
https://as-child-sample.vercel.app/
yarn install
yarn dev
<FilledButton asChild>
<a href='/somewhere'>Link</a>
</FilledButton>