Skip to content
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

Test simple Lists #1017

Open
Tracked by #1006
mfal opened this issue Nov 28, 2024 · 1 comment
Open
Tracked by #1006

Test simple Lists #1017

mfal opened this issue Nov 28, 2024 · 1 comment

Comments

@mfal
Copy link
Member

mfal commented Nov 28, 2024

No description provided.

@mfal mfal mentioned this issue Nov 28, 2024
23 tasks
@mfal
Copy link
Member Author

mfal commented Nov 29, 2024

A simple test shows that the List implementation fails to detect the "SetupComponents". This is because the child components of the Host rendered List are not of type List(Item|StaticData|...) – they are of type RemoteElement.

A possible solution might be to make the detection part in the List implementation to be aware of the corresponding potential RemoteElement. This likely should work, because they also transport the properties, as the non-RemoteElements do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant