Profesor08

Results 34 comments of Profesor08

@dbismut It is bug, and not working. Look at video, no extensions enabled. Localstarage has this peace of code, and this is cause of bug. ![image](https://github.com/user-attachments/assets/1ce9b5fe-7062-420e-b89b-014e0a3c10d2)

Currently the original issue is not reproducing. Dead links are not related to.

Currently I'm experiencing same issue with PostCSS. No sourcemaps are generateed if I use `postcss-import` plugin. The only way to fix this is to disable `lightningcssLoader: false`. There is no...

For those who run in same issue, there are workarounds - add a `key` prop for ``, this will force component recreation, with all side effects... - use `setTimeout` after...