saade / filament-adjacency-list

A Filament package to manage adjacency lists (aka trees).
https://filamentphp.com/plugins/saade-adjacency-list
MIT License
74 stars 13 forks source link

[Bug]: Error when using form on widget #18

Open lutfifirdaus opened 10 months ago

lutfifirdaus commented 10 months ago

What happened?

I want to display adjecency list as widget on top of list page but when I try pass data from page table to widget it seems error or not working

How to reproduce the bug

I make widget resource and put it on list page and try to access data from widget with dd it seems appear but when I try to fill the form then this error happend foreach() argument must be of type array object null given

Package Version

3.1

PHP Version

8.1.17

Laravel Version

10.10

Which operating systems does with happen with?

Windows

Notes

No response