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
The getFallbackMessage is not working and I am still getting missing_message error. My use case is that I have a bunch of options returned by the api. Most are predefined, which allows me to use the translation, however, some are provided by a user so I just want to show what they added themselves
I'd expect to no longer see and error but just a regular console log & I'd also expect the getFallbackMessage to return the work "key" instead of the actual key
The text was updated successfully, but these errors were encountered:
Description
The getFallbackMessage is not working and I am still getting missing_message error. My use case is that I have a bunch of options returned by the api. Most are predefined, which allows me to use the translation, however, some are provided by a user so I just want to show what they added themselves
Mandatory reproduction URL
https://codesandbox.io/p/devbox/next-intl-error-tl8gq7
Reproduction description
Steps to reproduce:
Expected behaviour
I'd expect to no longer see and error but just a regular console log & I'd also expect the getFallbackMessage to return the work "key" instead of the actual key
The text was updated successfully, but these errors were encountered: