Mohamed Alnahhas
Results
2
comments of
Mohamed Alnahhas
Just noticed `dir:rtl` is assigned to the select components and maybe to other components too. How would I remove that and why not just remove it from all components and...
A simple and easy fix would be adding these paths to your `compilerOptions` in your jsconfig and tsconfig ` "paths": { "@/*": ["./*"], "@/components/*": ["./src/components/*"], "@/lib/*": ["./src/lib/*"] },` You can...