Nikita Makhov

Results 13 comments of Nikita Makhov

@kingflamez this solution is not working with latest Nuxt, it throws an error like: ``` ReferenceError: window is not defined ``` I used both `` and `nuxt.config.js` improvements, no luck.

> any solution for this problem The only solution for now is to use `no-ssr` properly :) ``` ``` It turned out, that `no-ssr` can have only one child. Now...

But `loading="lazy"` is native, what features do you expect?

> Using nuxt/image with nuxt/vercel-builder in a newly generated project does not work. > > This is probably because nuxt/image uses [File System Api v1](https://vercel.com/docs/file-system-api/v1), which seems to be deprecated....

So many ugly crutches just to render image from Markdown, oh God. Nuxt is so 'intuitive' that I had less time to do it by myself with 11ty or at...

> ```js > extend(config, { isDev, isClient }) { > config.module.rules.push({ > test: /\.md$/i, > loader: 'ignore-loader' > }) > } > ``` now page with image doesn't render at...

Tippy itself is not working, no matter what cdn I use. Even official example not working. Example: https://codesandbox.io/p/sandbox/cyrmxt

> This only occurs if you're using a string reference to your stats. > e.g. `stats: "minimal"`. > > If you change this to > > ``` > stats: {...

> Doesn't work with stats because presetToOptions should be replaced with compilation.createStatsOptions But you can't, because `presetToOptions` was static method of `Stats` class and `createStatsOptions` is not static method in...

> Hi @Defite. I have the same issue. Have you found any solution to this by any chance? Hi. No, I moved on with another library(