ParentProps usage and reactivity
When using Parent Props do i still need to use the
children helper function or would this be okay
1 Reply
children() is required when you want to reuse children multiple times
your case only 1 usage so no need