wiziple / gatsby-plugin-intl

Gatsby plugin that turns your website into an internationalization-framework out of the box.
http://gatsby-starter-default-intl.netlify.com
325 stars 179 forks source link

Link component should forward ref #137

Open kije opened 4 years ago

kije commented 4 years ago

Currently, the Link component provided by this plugin does not forward refs.

This complicates the usage, for example, with animation libraries (like framer-motion) which rely on the animated components forwarding refs.

berpcor commented 3 years ago

Hello. Problem still exists. How to fix it?