0

I getting error multi language redirect click Link component but I press F5 it's works. How to fix this error. Help me!

I press F5 it's works

 <Link href="/account/signin">
  <a><FormattedMessage id="navAccount.signIn" /></a>
 </Link>

It getting variable name I declare in json file.

Quang Duy
  • 3
  • 5

1 Answers1

0

If you're getting variable name declared in JSON, you're missing IntlProvider from your component tree it looks like.

Long Ho
  • 599
  • 4
  • 15