You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@amannn the href prop is missing when i use dynamic pathnames, so i can't use ComponentProps to access href prop. :(
It's very strange, in template sounds good, but when I use ComponentProps I can't see href prop.
Description
Small one, for example
works
does not
As per the docs:
Should it re-export the types?
Mandatory reproduction URL (CodeSandbox or GitHub repository)
n/a
Reproduction description
Module '"next-intl/link"' has no exported member 'LinkProps'
Expected behaviour
That I can use next-intl/link as a drop in replacement
The text was updated successfully, but these errors were encountered: