Rendering is not okay #288
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
It definitely looks like it can't find your css files. If you right click any of the components and use the inspector, does it recognize the css classes? Also your config file is out of date, |
Beta Was this translation helpful? Give feedback.
-
Ok @rappasoft I got it. There was a comflict with another (old) config 'laravel-livewire-table' I have deleted the file and publish again and it is now working. Thank for the insight. |
Beta Was this translation helpful? Give feedback.
-
I just had the same issue, for me it was that I forgot to wrap the example livewire component in |
Beta Was this translation helpful? Give feedback.
Ok @rappasoft I got it. There was a comflict with another (old) config 'laravel-livewire-table'
I have deleted the file and publish again and it is now working.
Thank for the insight.