TypeError: IntlMessageFormat is not a constructor #3928
-
Hi everyone. In a project we are using
Here an extract of the code that uses
We've tried different paths to solve the issue
Unluckily the approach did not work. At the moment we are running of ideas and it would be of great help any hint or possible direction, as the searchers we made based on the shared error message, did not lead to many possible directions. Thanks a lot for your time, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved with a proper import. Was |
Beta Was this translation helpful? Give feedback.
Solved with a proper import.
Was
import IntlMessageFormat from 'intl-messageformat';
Fixed in
import { IntlMessageFormat } from 'intl-messageformat';