-
Notifications
You must be signed in to change notification settings - Fork 716
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
[BUG] <title> 使用 @codesandbox/sandpack-react报错 #2469
Comments
Not familiar with the @codesandbox/sandpack-react package. If you can config its bundle process, you can also configure an alias to solve the problem. The problem is essentially that its bundle cannot correctly identify the import path. |
The examples here all have the same problem: https://codesandbox.io/examples/package/vfile |
We have reported this issue to codesandbox. Whether it will be fixed later depends on their team's decision. |
Is there an existing issue for this?
Which Component
No response
Semi Version
No response
Current Behavior
Something went wrong
/App.js: Could not find module in path: 'vfile/lib/#minpath' relative to '/node_modules/vfile/lib/index.js' (3:0)
1 |
2 | import React from "react";
Expected Behavior
No response
Steps To Reproduce
https://codesandbox.io/p/sandbox/r7gdwm
ReproducibleCode
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: