-
-
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
Remix example broken #30735
Comments
emotion-js/emotion#2413 |
Thanks for creating the issue and linking the corresponding issue on the emotion repository. Looks like the bug and workaround are already reported there, so I am closing this issue as it is a problem in an external dependency. |
I still don't know how to apply either one of those workarounds as I tend
to use starter templates to avoid learning what it is that they're talking
about.
…On Mon, Jan 24, 2022 at 2:17 PM Marija Najdova ***@***.***> wrote:
Closed #30735 <#30735>.
—
Reply to this email directly, view it on GitHub
<#30735 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWP5AIJKZISNW37BRJFM4TUXUDKBANCNFSM5MR7IU5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just ran into the same issue here with Cloudflare Pages with Remix and MUI. Any solutions? |
@jgb-solutions did you solved it? I just started trying to setup this; seems to be an issue with emotion using some nodejs dependencies. |
@eduardosanzb yeah I got it working by not using MUI on Cloudflare. I think I ended up using Vercel and fly.io to deploy the site. |
awesome; I ended up following this comment @jgb-solutions emotion-js/emotion#2446 (comment) |
Duplicates
Latest version
Current behavior 😯
emotion-js/emotion#2413
Running the app does nothing if using cloudflare workers variant of remix-run (generate remix-run) for cloudflare workers which uses esmodules.
Expected behavior 🤔
For the example project to work, since the whole point of it is to not have to play with bundlers and stuff.
Steps to reproduce 🕹
Steps:
Context 🔦
Deploy mui app through remix-run on cloudflare workers.
Your environment 🌎
System:
OS: Linux 5.13 Ubuntu 20.04.2 LTS (Focal Fossa)
Binaries:
Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
Yarn: 1.22.17 - ~/.nvm/versions/node/v16.13.0/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm
Browsers:
Chrome: Not Found
Firefox: Not Found
npmPackages:
@emotion/react: ^11.7.1 => 11.7.1
@emotion/styled: ^11.6.0 => 11.6.0
@mui/base: 5.0.0-alpha.65
@mui/material: ^5.3.0 => 5.3.0
@mui/private-theming: 5.3.0
@mui/styled-engine: 5.3.0
@mui/system: 5.3.0
@mui/types: 7.1.0
@mui/utils: 5.3.0
@types/react: ^17.0.24 => 17.0.38
react: ^17.0.2 => 17.0.2
react-dom: ^17.0.2 => 17.0.2
typescript: ^4.1.2 => 4.5.5
The text was updated successfully, but these errors were encountered: