Lucas
Lucas
Hey @vio - first, many thanks for building Relative CI - thanks to you I have just noticed that `next-intl` package I've installed has some dependencies (according to Bundlephobia it...
Hey, I have created a Pull Request to **Color Highlight** VSCode extension to include `WSL without function` option and floats support: https://github.com/enyancc/vscode-ext-color-highlight/pull/200 It already supports `RGB without function` (disabled by...
> importMap: { > baseDir: "@", // use whatever your Next.js src/ alias is set to > }, > Hopefully this helps someone else and saves them 5 hours of...
Thanks @drago1520 @rilrom @denolfe ! To be honest, I was trying to debug it myself for a few hours, with help of ChatGPT, and other AI tools. And in the...
Thanks @AlessioGr - it fixed lack of HMR on changes in Payload Admin UI / data schema (I guess `type` vs `action` key in WS message was the main problem...
@AlessioGr I'VE FOUND THE ISSUE! :D TL;DR: **Live preview** is causing `(frontend)` route group compilation after `(payload)` compilation and Turbopack removes "unused" Client Modules from `importMap.js` that are not imported...
After analyses of Next.js code, I have the feeling that it's a bug in Next.js and not sure if we can fix it on our side. To prevent "memory leaks"...
Thanks @AlessioGr - I tried it both on my prod app and on website template and in both cases I still have these errors when I edit fields that changes...