-
I tried the recommended usage of Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @macdonmc, This is a troublesome issue wherein Jest understands ES6 modules, but doesn't expect them from compiled dependencies. Which part of this post did you try and what was the outcome? An alternative may be to change your icon imports to be from |
Beta Was this translation helpful? Give feedback.
Hi @macdonmc,
This is a troublesome issue wherein Jest understands ES6 modules, but doesn't expect them from compiled dependencies. Which part of this post did you try and what was the outcome?
An alternative may be to change your icon imports to be from
/cjs/
instead of/esm/
if all else fails. Hope this helps!