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
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.
No description provided.
The text was updated successfully, but these errors were encountered: