Frontend developer at Reliance JIO
Frontend Developer at Reliance Jio
In tailwind, If you do "hidden lg: block" in your table row, then your table rows wont take the whole width though you have given "w-full" to your table. In such cases, do "hidden lg:table " & yr table row will take whole width That was the trick for...

Well, this is something that will land you in a dangerous situation. But sometimes deploying your build becomes more important than fixing the type error which you are getting and you are not able to fix. If you are having a NextJs app, and you want ...

You can use the below eslint config in your nextjs, typescript app.Do not forget to include the required pkgs in package.json { "root":true, "parser": "@typescript-eslint/parser", "extends": [ "prettier", "eslint:recommended", "plug...
