-
-
Notifications
You must be signed in to change notification settings - Fork 113
done is not a function #257
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
Labels
Comments
please make a tiny repro |
This comment has been minimized.
This comment has been minimized.
it's due to rollup/rollup#5826, has been fixed at [email protected]. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cpsoinos
added a commit
to cpsoinos/ficus
that referenced
this issue
Apr 12, 2025
fixes FICUS-WEB-1Y fixes FICUS-WEB-1X unifiedjs/unified#257 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Initial checklist
Affected package
[email protected]
Steps to reproduce
Using @nuxtjs/mdc package on client side to show processed markdown.
Actual behavior
throws in production env but works as expected in dev.
Error originated in below place
Apparently
done
is not a function (it is undefined).Expected behavior
done
should be a function here ifresolve
is not.Runtime
node@20
Package manager
No response
Operating system
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: