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
I have a strange behavior. I use the sap ui5 web components and render an icon with their <ui5-icon name='home'> component.
The problem is, that I always get an warning from this function.
It seems like, that yew is creating and rendering the base element first and then add the parameters (name in this case) in a second step. Is there a way to circumvent this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a strange behavior. I use the sap ui5 web components and render an icon with their
<ui5-icon name='home'>
component.The problem is, that I always get an warning from this function.
It seems like, that yew is creating and rendering the base element first and then add the parameters (name in this case) in a second step. Is there a way to circumvent this?
Beta Was this translation helpful? Give feedback.
All reactions