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
It moves data, and a bit awkward with the bracketing and .await but works none the less
The text was updated successfully, but these errors were encountered:
cameronbraid
changed the title
map_fragment and collect_fragment don't work with custom elements
map_fragment and collect_fragment don't work with custom element children
Jan 22, 2024
Hrm, I just realised that this can't be done. Since at the callsite for the using custom element <CustomElement/> there is no way to know if the custom element is async or not and therefore know if .await sholud be added
errors with
'await' is only allowed inside 'async' functions and blocks
I am experimenting with the following trait and impl
which allows the following :
It moves data, and a bit awkward with the bracketing and .await but works none the less
The text was updated successfully, but these errors were encountered: