Losing reactivity in props passed to `children` callback
I've got a component
It works totally fine if I instead have several memos though:
a downside with the working example is having to pass in all props explicitly instead of just spreading em (ie.
how come the reactivity is lost? is there a way to preserve reactivity + still being able to spread the props?
Field that passes a memo to props.children. I'm running into an issue where the child component is not updating on changes to the memoIt works totally fine if I instead have several memos though:
a downside with the working example is having to pass in all props explicitly instead of just spreading em (ie.
{...fieldState}) how come the reactivity is lost? is there a way to preserve reactivity + still being able to spread the props?
