© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
14 replies
Gorg

Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization

When i try to create form wizard, i see this error.

My code:
use HasWizard;

protected static string $resource = TicketResource::class;

protected function getSteps(): array
{

return [
Step::make('Choose Contract')
->schema([
Select::make('contract_id')
->columnSpan(2)
->relationship('contract', 'created_at')
]),
];
}
Thanks!
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Typed property Filament\Widgets\TableWidget::$table must not be accessed before initialization.
FilamentFFilament / ❓┊help
3y ago
Typed property Filament\Tables\Filters\BaseFilter::$table must not be accessed before initialization
FilamentFFilament / ❓┊help
2y ago
Typed property Filament\Support\Assets\Asset::$package must not be accessed before initialization
FilamentFFilament / ❓┊help
2y ago
Must not be accessed before initialization
FilamentFFilament / ❓┊help
2y ago