We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this deprecation warning when using the package inside lambada ( runtime node v16)
DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package
no warnings
this can be fixed by change the mapping of "exports" inside package.json
The text was updated successfully, but these errors were encountered:
Feel free to submit a PR for this.
Sorry, something went wrong.
@mustafawafa Do you plan on making a PR to fix this?
Successfully merging a pull request may close this issue.
What is the bug?
I got this deprecation warning when using the package inside lambada ( runtime node v16)
DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package
How can one reproduce the bug?
What is the expected behavior?
no warnings
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
this can be fixed by change the mapping of "exports" inside package.json
The text was updated successfully, but these errors were encountered: