Anyone knows what the issue might be here. I opene...
# javascript
r
Anyone knows what the issue might be here. I opened this project after a while, updated to Kotlin 1.7.20 and switched to using the
kotlin-wrappers
BOM then added the MUI showcase sample. Now it compiles (using
:browserDevelopmentRun
) and opens on the correct localhost but it's blank. Nothing is showing up on the browser. It used to work perfectly in the past. Project: https://github.com/racka98/Kotlin-JS-Glass-UI
a
Did you check console logs in browser and inspect elements
👍 1
👍🏾 1
r
The error was quite cryptic. I just did
gradlew clean
and
gradlew --stop
then it started working again