How can I use dynamic messages like rich
, {count: value}
in Storybook
#1025
Replies: 1 comment
-
This is happened because of another library.... sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Env
Problem
When using the NextIntlClientProvider in Storybook, static messages can be displayed, but rich and dynamic messages cannot be shown, and the following error appears:
example
I can display static message, but I cannot display dynamic message
Of course in my next.js app, it works. Only when I use storybook, it happens. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions