Hi everyone, I am trying to implement mui table an...
# react
s
Hi everyone, I am trying to implement mui table and my page has now 500 lines of code, the page is very slow, inspection sometimes block my IDE, red warnings are staying even if I have corrected them for enough seconds(more than 30 to 40 and sometimes more), compilation time is in minutes after every change, the pages which do not use mui table seems to work fine for now, is anyone facing this issue?
t
1. Do you use latest IDEA/IDEA Kotlin plugin? 2. Invalidate caches?
s
yes I use latest plugin and invalidate IDE caches doesn’t resolve this.
t
1.
./gradlew clean
2. Close IDEA 3. Clean
.gradle
folder from user directory 4. Open lDEA 5. PROFIT?
s
did the steps but no luck 😭
t
Restart PC? 🙂