Dmitry Remezov
Dmitry Remezov
@7iomka The issue is not related to colors, but rather to the `
@gearonixCan you please share a basic pseudocode example along with the expected behavior?
First results: - Chrome and Firefox ignores internal references to `` - But Safari works well! :) Issues: - https://bugs.chromium.org/p/chromium/issues/detail?id=751733
@DamirGim98, could you please provide more details? You could create a reproduction in a public sandbox (e.g., https://codesandbox.io/). I couldn't reproduce it myself without the full context, such as: -...
@DamirGim98 The issue lies in the interaction between Next.js and `next.config.mjs`. Next.js uses webpack to complie it (IDK why), but webpack encounters difficulties resolving the dependency chain. I will research...