laravel-medialibrary icon indicating copy to clipboard operation
laravel-medialibrary copied to clipboard

TypeError: Cannot destructure property 'state' of 'undefined' as it is undefined

Open jacek-majewski opened this issue 6 months ago • 0 comments

Current behavior:

I have this error everytime I render components in @spatie/media-library-pro

image

image

Example:

<template>
    <MediaLibraryAttachment />
</template>

<script>
import { MediaLibraryAttachment } from "@spatie/media-library-pro-vue3-attachment";

export default {
    name: "MyComponent",
    components: { MediaLibraryAttachment },
};
</script>

Versions

vue: ^3.4.0 @spatie/media-library-pro-styles: ^1.2.5 @spatie/media-library-pro-vue3-attachment: ^1.2.5 @spatie/media-library-pro-vue3-collection: ^1.2.5

jacek-majewski avatar Aug 16 '24 09:08 jacek-majewski