Mahmoud Moravej
Mahmoud Moravej
The current Remix example is a bit outdated and hard to integrate with new Remix templates. I created [a brand new integration (with Remix 2.8 + Vite)](https://github.com/mahmoudmoravej/remix-mui/pull/1). It helps alot...
@mnajdova I [did it](https://github.com/mui/material-ui/pull/42096) but I am not sure it will be so helpful, becasue: - It is upgraded to Remix/Vite template, so you will see a bunch of unnecssary...
@pbteja1998 if you agree 😄
> IDE-specific settings should typically be in .gitignore, and validation should be run via a GitHub action. @jameswinegar Any specific reason behind it? There is lots of value for having...
cc @pbteja1998 if you have time to review this small changes
@pbteja1998 Ran both `yarn format` and `yarn lint`. Pushed changes for another review.
Thanks @cognvn! Interestingly, using the legacy flag didn't help. But by checking the shared vite document, I noticed I only tested the first workaround, so I tried the second one...
`@types/[email protected]` worked for me too but make sure your it doesn't have `^` at beginning. In other words, it should **NOT** be like this: ``` "@types/react": "^18.2.42", ```
@refactornator thanks for bringing it up. I hope @pbteja1998 (the main owner) takes this into action. I am not sure if other contributers have write access cc @Hansenq @maddhruv @MichaelDeBoey...