tomb8091
Wizard issue with missing $statePath
I think there must be some kind of bug, by type hinting null, the function seems to return false for if ($statePath !== $component->getStatePath()) {
return;
}
Then it runs the rest of the logic and all my conditionally hidden fields aren't showing until the final step. If I simply return at the top, the wizard works perfectly, at least it appears to. Is this safe to do?
4 replies
Only sidebar menu loading after v3.1.11 composer update
ah!! Yep, livewire config wasn't set to auto inject the assets. The auto inject is now causing issues with the rest of my app, be good if there was a way to get filament working without auto inject turned on. But I'll mark this as solved.
Thanks for your help Dennis, appreciated! 🙂
10 replies