Closed awcodes closed 8 months ago
Upgraded the package from 3.1.2 -> 3.2.0 and now List is throwing errors about releationships and missing traits.
Adding the trait to my model, however causes the form to break, since it is looking for a relationship on the AdjacencyList component.
https://flareapp.io/share/NPLWWAQm
AdjacencyList::make('items') ->columnSpanFull() ->form([ Forms\Components\TextInput::make('label') ->required(), Forms\Components\TextInput::make('url') ->required(), Forms\Components\Select::make('target') ->options(...), Forms\Components\CheckboxList::make('rel') ->columnSpan(1) ->columns(3) ->options(..., ]),
v3.2.0
8.2
10.0
macOS
No response
What happened?
Upgraded the package from 3.1.2 -> 3.2.0 and now List is throwing errors about releationships and missing traits.
Adding the trait to my model, however causes the form to break, since it is looking for a relationship on the AdjacencyList component.
https://flareapp.io/share/NPLWWAQm
How to reproduce the bug
Package Version
v3.2.0
PHP Version
8.2
Laravel Version
10.0
Which operating systems does with happen with?
macOS
Notes
No response