You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a form that is returned with a Symfony controller so very classic for now. But I would like to use part of this form in a live component. So I passed the form variable as a parameter for a component.
I end up with an error now: Error rendering "blog_search" component: Recursion detected
Do you have more code to show ? Correct me if i'm missreading something, but the link you gave just show the component function trying to pass a prop "form" to the live component ... that has no form props nor usage of "form" in the template ?
At least to get some help / explanations here if you could add the exception backtrace (or part of it), some code/file numbers, or the content of the template you're tring to render ?
Hi,
I have a form that is returned with a Symfony controller so very classic for now. But I would like to use part of this form in a live component. So I passed the
form
variable as a parameter for a component.I end up with an error now:
Error rendering "blog_search" component: Recursion detected
Here is how I did it:
seb-jean/demo@6e00b32
The text was updated successfully, but these errors were encountered: