Amr Aly
Amr Aly
What would be the recommended way to install material ui without recipes ?
Thanks! That's what I assumed 👍
Am having the same problem even in WSL Ubuntu-20.04 with --expo flag
I can confirm that @idrissakhi fork didn't work for me. These are the packages I had installed ``` "react-native": "0.64.3", "@react-navigation/native": "^6.0.2", "@react-navigation/native-stack": "^6.1.0", "react-native-screens": "^3.13.1", ```
@antonkomarev does the laravel7 branch work with laravel 7, or does the package still need to be updated to laravel7
I don't mind helping with the development as well.> Is this package still needed "Total Refactoring" to be an ongoing concern? > > We are currently getting a "package is...
@adamshand This just disables the linter check. The root cause is not fixed. It's also weird that only me and you ran into this issue. @beerose I am able to...
This is causing problems for us as well with `lodash-es`
~I am seeing the same issue. For some reason it only happens on my machine, and doesn't happen in production on Vercel.~ Upgrading to beta.33 fixes the issue. @mjyoung Did...
Does adding this fix the issue ? ```ts let serverPath = path.resolve(path.join(projectRoot, "src/server.ts")) if (existsSync(serverPath)) return serverPath serverPath = path.resolve(path.join(projectRoot, "src/server.js")) if (existsSync(serverPath)) return serverPath ```