Replies: 2 comments 2 replies
-
|
Can you send a screenshot of the stack trace for that error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Suspect that the problem is another, if i try to access a property in getTableFitlers method is always null, because the mount() method execute after the getTableFilters in InteractsWithTable trait. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
I'm try to create a filter for my tabled based on a property passed in Mount method.
When i defined filter using this method
An error occured
Typed property App\Http\Livewire\Tables\AccountList::$cachedTableFilters must not be accessed before initializationor if i try to use
$this->team_idingetTableFilters()method, the value is nullPS:
$this->fooArrayis a computedPropertyWhy i cannot access to my public property when defined filter?
Beta Was this translation helpful? Give feedback.
All reactions