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
When using the package, Node.js emits the following warning:
[MODULE_TYPELESS_PACKAGE_JSON] Warning: file:///[...]/node_modules/use-debounce/dist/index.module.js parsed as an ES module because module syntax was detected; to avoid the performance penalty of syntax detection, add "type": "module" to /[...]/node_modules/use-debounce/package.json
A "type": "module" declaration was added to package.json in 5a68494, but was subsequently removed in 3556a91.
It should be added back to avoid this warning.
Versions
use-debounce: 10.0.4
node: 22.8.0
The text was updated successfully, but these errors were encountered:
When using the package, Node.js emits the following warning:
A
"type": "module"
declaration was added topackage.json
in 5a68494, but was subsequently removed in 3556a91.It should be added back to avoid this warning.
Versions
The text was updated successfully, but these errors were encountered: