Jan Müller

Results 29 comments of Jan Müller

I'm getting the same error across all repositories of mine with this workflow setup: https://github.com/DerYeger/jan-mueller/blob/1ec24888456ee9723b13bfc82ec08542c1c3f3c7/.github/workflows/cd.yml#L53 As mentioned above, nothing changed in my configuration.

Thank you for reporting this issue. I think you're right, the issue is that changes in column count recreate every component. I can't think of a workaround right now, but...

> Hello! Any updates on this? Unfortunately not, as I don't have time for OSS at the moment.

> I'm having a weird issue on load some images look out of place but on window resize it stacks perfectly. > Any idea what might cause this? > Thank...

:tada: This PR is included in version 3.0.46 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@yeger/vue-masonry-wall/v/3.0.46) - [GitHub release](https://github.com/DerYeger/vue-masonry-wall/releases/tag/v3.0.46) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Interesting, the library works fine with Vite's SSR and SSG. This seems like a Nuxt 3/Vue Renderer bug, considering the stack trace.

This is an issue of Nuxt 3, see https://github.com/nuxt/nuxt.js/issues/13117. Perhaps https://github.com/nuxt/nuxt.js/issues/13117 can fix the problem.

> @dosstx [dosstx](https://github.com/dosstx) > > Studied the code of some Nuxt3 modules. Need to add: https://v3.nuxtjs.org/guide/going-further/esm/#transpiling-libraries Thank you very much for the workaround! I added the required config changes to...

I just released v3.0.38 that should fix the issue without requiring the above workaround. It also enables SSR support without defining a stub for the `ResizeObserver`.

> I'm not sure this issue is correctly solved. I got the same error using "@yeger/vue-masonry-wall": "^3.0.42". I use "nuxt": "3.0.0-rc.6" and node 16.15.1. > > I added > >...