Replies: 1 comment
-
@rezasm did you maybe manage to figure this out? I would also like to implement nestedset (or similar) for page tree. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a nested category manager in filament using laravel-nestedset package.
when I use
toTree()
method I get this error:Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '256' frames
this is the code in the widget:
toTree()
is a method from laravel-nestedset package.and this is the widget blade code:
this only happens in Filament.
I tested it in a blade file the issue resolved when I moved
$cats
property to therender()
method:but in Filament the issue still remains.
Beta Was this translation helpful? Give feedback.
All reactions