Andriy Pelykh
Results
2
comments of
Andriy Pelykh
Same problem. I fixed it with this: ``` //next.config.mjs /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { serverComponentsExternalPackages: ["monday-sdk-js"], }, }; export default nextConfig; ```
Its something to deal with source parsing. Here is the best solution I found without locking versions. Basically, you want to specify sources for Ladle only Split your src/index.css into...