-
Hi, I have a custom react app with typescript and when I run I am thinking some babel plugin/preset or webpack loader is missing or is set up wrong and lingui can't parse the value. .linguirc
.babelrc
tsconfig.json
Can someone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK so all I needed to do was to import Trans from |
Beta Was this translation helpful? Give feedback.
OK so all I needed to do was to import Trans from
@lingui/macro
not@lingui/react
.