Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.42k stars 209 forks source link

Attempt to read property "layout" on arrayTitle #1415

Closed aaoff closed 5 months ago

aaoff commented 5 months ago

Have you searched through other issues to see if your problem is already reported or has been fixed?

Yes, I did not find it.

Did you read the documentation?

Yes, I did not find it.

Have you tried to publish the views?

Yes - I didn't work.

Is there an error in the console?

2024-02-16_15-17-07

PHP Version

8.2.12

PowerGrid

5.1

Laravel

10.44.1

Livewire

3.0+

Alpine JS

3+

Theme

Tailwind 3.x

Describe the bug.

No response

To Reproduce...

First click on "FOO" then....

Extra information

<?php
 //...
luanfreitasdev commented 5 months ago

Hello! We recently improved how views are read in the front end, so we had to convert objects to arrays. You can try to do the same or remove the views that were published

https://livewire-powergrid.com/get-started/troubleshooting.html#theme-layout-and-view-errors

Thanks!