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
code: 'FORMATTING_ERROR',
originalMessage: 'The intl string context variable "strong" was not provided to the string "per parking space/month with <strong>{spaces}</strong> parking spaces"'
}
Verifications
I've verified that the problem I'm experiencing isn't covered in the docs.
I've searched for similar, existing issues on GitHub and Stack Overflow.
Without a reproduction it's a bit hard to give a definitive answer, but my guess is that your defaultTranslationValues are not available in Client Components (please refer to the corresponding docs).
This is definitely an area that needs some improvement in next-intl as it's too easy to get this wrong. Due to the limits of React Server Components, I'm currently investigating whether defaultTranslationValues should be deprecated (see full details and suggested alternatives in #611).
Description
Hi I cant do this
// en.json
// my-component.tsx
// request.tsx
error i am getting
Verifications
Mandatory reproduction URL
.
Reproduction description
Steps to reproduce:
Expected behaviour
I expected for example: Parking lot size: 34 spaces
The text was updated successfully, but these errors were encountered: