Replies: 1 comment
-
I found out that the issue only occurs when I use the same table with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Livewire PowerGrid version
6.3.2
Livewire version
3.4.9
Laravel version
v12
Which PHP version are you using?
PHP 8.3
Which Theme are you using?
Tailwind
Have you published the resource files and customized them? (php artisan vendor:publish)
No
What is the problem?
Everything works just fine except for when updating tables from an external component like
$this->dispatch('pg:eventRefresh-article-table')->to(ArticleTable::class);
Then I get the error
View [] not found
Code snippets
$this->dispatch('pg:eventRefresh-article-table')->to(ArticleTable::class);
How do you expect it to work?
I expect no error :-)
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions