Byteclaw/visage

[ListItemLink] - use forwardRef to accept refs

Closed this issue · 0 comments

When using with next/link it causes warnings, because NextLink is passing refs so following will result in an error.

<NextLink><ListItemLink>link</ListItemLink></NextLink>