max-portador

Results 1 comments of max-portador

It`s Next.js problem - https://nextjs.org/docs/messages/css-npm I found a solution for Next.js. If you are using Next.js 13.1 or higher, you should define the [transpilePackages option](https://nextjs.org/docs/app/api-reference/next-config-js/transpilePackages) in `next.config.js`: ```js /** @type...