You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that "type": "module" was removed in v2. I think it should be there. I receive this warning otherwise:
(node:61158) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/lazerskates/DEVELOPMENT/zipdeal/zipdeal-app/frontend/node_modules/use-file-picker/dist/index.esm.js is not specified and it doesn't parse as CommonJS. Reparsing as ES module because module syntax was detected. This incurs a performance overhead. To eliminate this warning, add "type": "module" to /Users/lazerskates/DEVELOPMENT/zipdeal/zipdeal-app/frontend/node_modules/use-file-picker/package.json.
The text was updated successfully, but these errors were encountered:
I've created a PR #98 and published a canary version of the package on NPM. If it doesn't create any issues in commo.js based projects, we'll publish it under the main release channel.
You can use the fixed version before we release it, by installing a version: 2.1.3-canary.0
I noticed that
"type": "module"
was removed in v2. I think it should be there. I receive this warning otherwise:(node:61158) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/lazerskates/DEVELOPMENT/zipdeal/zipdeal-app/frontend/node_modules/use-file-picker/dist/index.esm.js is not specified and it doesn't parse as CommonJS. Reparsing as ES module because module syntax was detected. This incurs a performance overhead. To eliminate this warning, add "type": "module" to /Users/lazerskates/DEVELOPMENT/zipdeal/zipdeal-app/frontend/node_modules/use-file-picker/package.json.
The text was updated successfully, but these errors were encountered: