array_key_exists(): Argument #1 ($key) must be a valid array offset type #1896
MuhammadTanvir
started this conversation in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Livewire PowerGrid version
v6.2
Livewire version
v3.6
Laravel version
v12.0
Which PHP version are you using?
None
Which Theme are you using?
None
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
I got the error with array_key_exists(): Argument # 1 ($key) must be a valid array offset type
Code snippets
In my Livewire component I have added
public string $tableName = 'articles-table';
and in my view I have added
@livewire('articles-table')
How do you expect it to work?
I couldn't load the powergrid datatable
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions