gatsbyjs / themes

This is a repo for Gatsby's official themes.
138 stars 77 forks source link

fix(theme-i18n): localized link type prop mismatch #141

Open sweethuman opened 3 years ago

sweethuman commented 3 years ago

In typescript the language prop is required but in the js implementation it is optional.

Fixes #123