-
Notifications
You must be signed in to change notification settings - Fork 107
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
childList method setAt() not working #311
Comments
moving this issue to the Lightning Core repository as it doesn't seem to be related to the LightningSDK P.S. if this is a question (instead of a bug / feature report) you might also be able to get some help on the LightningJS forum: https://forum.lightningjs.io/ |
Hi @richy7734, the error you're getting is invalid (hence the #314 fix). The Best regards |
Hi @g-zachar , You can check the code I have included in the post, there are two items in |
Hi @richy7734, your example shows there are third party components involved which makes it impossible for me to say where the point of failure is. Default components do not support Best regards |
I used |
Can you check if you get the same error with #314 patch? Best regards |
I was trying to implement tabs like UI, for that I wanted to replace an element from the tab body on moving focus to another tab using setAt() method in the childList property.
This throws the following exception
The text was updated successfully, but these errors were encountered: