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
Thank you @vitaliiznak for this idea. I can't replace default component from div to Fragment because we need to support backward compatibility. But I will add simple way to use use Fragment in Base.
So, I will add the following:
In most cases
Fragment
is a better choice as a base component, which allows to not pollute DOM with unneededdiv
sThe text was updated successfully, but these errors were encountered: