Mujehoxe
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,...

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...
did you find any solutions?