devrnt / react-use-wizard

🧙 A React wizard (stepper) builder without the hassle, powered by hooks.

Home Page:https://devrnt.github.io/react-use-wizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning on Node 16

ulken opened this issue · comments

Running yarn test (plausibly other script commands as well) outputs:

(node:80178) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /Users/ulken/dev/react-use-wizard/node_modules/tsdx/node_modules/tslib/package.json.
Update this package.json to use a subpath pattern like "./*".

I've read up a little on it and from what I can tell so far, it doesn't seem to be as easy as the suggested fix above. Fixing it in one version breaks it in another etc.

Just figured it should be tracked so it can be picked up when time's available.

Hi, thanks for this heads up.
I've come across this warning as well. However, I'll close it since it's not breaking anything