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
There isn't currently a way. I can look into this in the future, but I won't be able to for at least 3 weeks (I'm going on holiday). If you want to have a look at a way to solve I would happily accept a PR 🙂
Say I have a multi-part component where the markup looks something like this, and I need to test some interaction between the components.
I can mount the
parent
component with props, and I can add the children to the default slotBut what's the best way of making sure the
child
components get created with the prop values?The text was updated successfully, but these errors were encountered: