-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[examples] Fix remix example #34407
[examples] Fix remix example #34407
Conversation
912eeb5
to
9eb34e6
Compare
9eb34e6
to
39eba4f
Compare
3cd6efe
to
76527e0
Compare
- Use 'latest' dependencies in Remix example - Add remix example in Portuguese and Chinese docs - Examples point to master instead of HEAD - Remove spacing as per convention
Made the changes |
@oliviertassinari can we use your example in Remix's github repo? |
I don't think that we need our permission. However, for a recommendation, I think that https://github.com/vercel/next.js/tree/canary/examples/with-material-ui's pattern would be better, to avoid the dilution of the effort. |
Agree, I don't think it's worth maintaining examples in two places. For example based on #34170 seems like our example is already outdated, and haven't to check this in two places would add unnecessary burden. Maybe just linking this example would be sufficient. |
This seems to be a still valid PR to be merged. Any update on this? |
@phoenixcoded20 Would you like to continue working on this PR? I guess there are some changes left. There are multiple issues regarding Remix's example - https://github.com/mui/material-ui/issues?q=is%3Aissue+is%3Aopen+remix+label%3Aexamples. Anybody who is willing to work on them, can collaborate on this PR or feel free to create a new PR. |
The IDE complained about imports. Fixed by updated imports from
remix
to@remix-run/react
.