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
If no slot='fullName' element was provided, it would render the slot='firstName' and slot='lastName' ones instead. Should be straightforward, I think it's just a case of removing the validation.
The text was updated successfully, but these errors were encountered:
I misread this — it turns out you can nest
<slot>
elements in web components, so we should too:If no
slot='fullName'
element was provided, it would render theslot='firstName'
andslot='lastName'
ones instead. Should be straightforward, I think it's just a case of removing the validation.The text was updated successfully, but these errors were encountered: