-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs-infra] Unable to download codesandbox #38860
Comments
I noticed the default material-ui/docs/src/modules/sandbox/CodeSandbox.ts Lines 44 to 49 in 7f81475
to [`src/index.${ext}`]: {
content: CRA.getRootIndex(demoData),
},
[`src/Demo.${ext}`]: {
content: demoData.raw,
}, |
Hey @siriwatknp, I'm interested in working on this issue. Could you please assign it to me? I'd appreciate some guidance on how to get started and the best approach to tackle this. Thanks! |
Assigned, thanks for asking! |
Hi @siriwatknp, Thank you for assigning the issue to me. I've taken a closer look at the problem and the suggestions provided by Janpot. I'm considering starting with the file structure adjustment as proposed. Before I proceed, I'd appreciate any insights or suggestions you might have on this approach or if there are other considerations I should be aware of. |
Is this issue open ? Should I start working on it?? |
I think you can try the suggestion from @Janpot and see if it solve the problem. |
Hi, I have just started contributing to open source. If there are any changes you'd like to make to the PR please free to! |
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example:
Steps:
Go to an example
Follow codesandbox button
In Files, click "export to ZIP"
Unpack the archive
navigate to the folder and run
yarn && yarn start
Current behavior 😯
Expected behavior 🤔
mv src/tsconfig.json tsconfig.json
yarn start
Now it works
Context 🔦
Additionally when you log in, fork, and go to the docker tab and convert to a cloud sandbox, the same happens:
Related issue? [icons] Not able to use @mui/icons-material imports - module not found #38530
Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: