-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactiveHTML: too much recursion error #2928
Comments
It Works If I return a list of length 1 instead of 2 in
|
It Works If I remove the
|
Workaround - Set
|
This is not really |
Can it be fixed? |
Probably something you have to fix yourself by ensuring that whatever property is being synced and is bouncing back and forth has a consistent representation. |
It seems like something is inserting additional spaces after the comma in this string |
Found the issue, it's the target_transform on |
Panel: 0.12.4
I'm trying to create a component using ReactiveHTML. But when I display it together with its
.controls
I get atoo much recursion error
in the client.Does not work
too-much-recursion.mp4
The text was updated successfully, but these errors were encountered: