After bumping to 3.0.0 I'm getting
TypeError: Module "file:///.../node_modules/@fortawesome/fontawesome-svg-core/package.json" needs an import attribute of "type: json"
when running a test with vitest on a file that imports @fortawesome/react-fontawesome.
I'm guessing it has something to do with the import here?
|
import SVGCorePackageJson from '@fortawesome/fontawesome-svg-core/package.json' |
After bumping to 3.0.0 I'm getting
when running a test with
viteston a file that imports@fortawesome/react-fontawesome.I'm guessing it has something to do with the import here?
react-fontawesome/src/utils/constants.ts
Line 6 in 7e7375b