Mujehoxe

Results 17 comments of Mujehoxe

tsconfig.json '{ "compilerOptions": { "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true,...

![Screenshot from 2021-12-11 12-27-29](https://user-images.githubusercontent.com/52047683/145674788-5ddcc4df-f073-4085-81de-44b4141d1a90.png)

tailwind.config.js ``` module.exports = { content: [ "./src/**/*.{js,jsx}", ], theme: { extend: {}, }, plugins: [], }; ```

postcss.config.js ``` module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, } ```

Well i would like it, because it would reduce the calculation and therefore the energy usage, because we are required to process lots of codes every day.

interested

> 🟢 `cd frontend && pnpm install [email protected]`. Fixes this for me as well. But it's a work-around. > > I don't know for sure what I need from the...

Experiencing a similar issue, on android when i navigate to the new screen and lock the orientation to landscape it the component doesn't render and then takes me to the...