-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
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
Problem in ESM with Require function, v5.24.0 #434
Labels
bug
Something isn't working
Comments
Does v5.24.0 not work? |
yes, in v5.24.0 I have the same warning in version v5.23.2 that message does not appear |
Hi @IonVillarreal, could you check the #435? |
Hi @nodece I just tried it, it works, the warning no longer appears 🙌 |
hsluoyz
added
bug
Something isn't working
and removed
question
Further information is requested
labels
Feb 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi I have a warning when using node-casbin with ESM in NextJS in the file
./node_modules/casbin/lib/esm/index.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
The change was included in this pull request
#430
for now, i will use v5.23.2
The text was updated successfully, but these errors were encountered: