spatie / medialibrary.pro

The source code of medialibrary.pro
https://medialibrary.pro
36 stars 9 forks source link

x-media-library-attachment is not rendering #45

Closed Edirisinghe closed 2 years ago

Edirisinghe commented 2 years ago

I have the "x-media-library-attachment " component on my page but It is rendering like the below image(screenshot 1). CSS file in the right place (I guess -screenshot 1). What I have missed?

screenshot 1

image screenshot 2

image

AdrianMrn commented 2 years ago

Make sure you've loaded in the livewire scripts before the component. If you open your browser console, you'll most likely see an error message.

Let me know if this doesn't fix your issue!

Edirisinghe commented 2 years ago

@AdrianMrn console doesn't show any error console tempsnip

code like this in inspection window

image

AdrianMrn commented 2 years ago

Could you please compare your setup to the one in https://github.com/spatie/laravel-medialibrary-pro-app?

I think it might have something to do with the order in which the Livewire and/or alpine scripts have been loaded in.