Jan Müller

Results 48 comments of Jan Müller

Are you using `npm`, `yarn`, or `pnpm`? Maybe the issue is caused by conflicting Next.js versions.

Hello, this library does not require your monorepo to be using Next.js. However, the UI of this library is built with Next.js. Without a provided minimal reproduction I will close...

Closing this for now due to missing minimal reproduction.

Thanks for the report! I've checked the implementation again, because I can reproduce your issue. However, the generic type of the component is correctly assigned to the slot. I'm not...

`5.0.13` should fix the issue. I've adapted the documentation's code to catch similar issues in the future.

Hmm, `items: Gallery[] | undefined` seems incorrect, as `items` is required to be defined.

Can you try importing `MasonryWall` in your SFC and using that instead of `masonry-wall`? If that doesn't work and typescript as well as vue-tsc are up-to-date I'd need a minimal...

I'm not using `any` here, the issue is https://github.com/vuejs/core/issues/6532#issuecomment-2271817365

See `https://blog.vuejs.org/posts/vue-3-3#typed-slots-with-defineslots` for the single `any` justification. I'm using `withDefaults`, so `exactOptionalPropertyTypes: true` breaks the types for Vue.

Is it not possible to use a style-only solution for such animations, i.e., the [view transition API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API)?