Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.

Home Page:https://livewire-powergrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attempt to read property "layout" on arrayTitle

aaoff opened this issue · comments

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
 //...

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!