Mahmoud Moravej
Mahmoud Moravej
Let's recommend installing prettier extension by default. Also allowing formating on save makes the life less dependent on "yarn format" command
Some types have been changed since Remix 2.0. This commit fixes the readme to support Remix 2.0
I started using Material-tailwind + Remix + Vite, but I am getting the following errors. You can [see it on Stackblitz.com](https://stackblitz.com/edit/remix-run-remix-gctczx?file=package.json,app%2Froutes%2F_index.tsx) ``` [vite] Named export 'Collapse' not found. The requested...
### What? It is a clean integration of Remix 2.0 + Vite and MUI 5.14. It helps you to quickly integrate and use MUI inside your own Remix projects. ###...
### What version of Remix are you using? 2.2 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce I am...
### Which packages are impacted by your issue? _No response_ ### Describe the bug The generated schema.ts file starts with ``` import { gql } from "@apollo/client"; import * as...