Replies: 1 comment 1 reply
-
Do I need be compiling with ast: true? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the error: "You're trying to format an uncompiled message with react-intl without parser, please import from 'react-intl' instead".
Seems to be related to the extracting of strings not being compiled the way they should be?
I've tried to include all the relevant code.
Extracting strings:
Compiling like so:
We are using
@formatjs/ts-transformer
to extract in webpack and ts-loader like so:The message it self is setup like:
The compiled messages looks like:
Beta Was this translation helpful? Give feedback.
All reactions