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 been using fragment as a middle man to first appendrendered component to it and then prepend the fragment to the desired parent which works okay but adds to the overhead, It would be really nice if the render function could take a third optional parameter of prepend boolean which when set to true prepends it to desired container element.
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 been using
fragment
as a middle man to first appendrendered component to it and then prepend the fragment to the desired parent which works okay but adds to the overhead, It would be really nice if the render function could take a third optional parameter ofprepend
boolean which when set to true prepends it to desired container element.Beta Was this translation helpful? Give feedback.
All reactions