react-ts-form icon indicating copy to clipboard operation
react-ts-form copied to clipboard

issue: Component props not passing down to nested objects

Open ehwarren opened this issue 2 years ago • 0 comments

Version Number

1.8.2

Codesandbox/Expo snack

https://codesandbox.io/s/jolly-allen-2kpttk?file=/src/App.tsx

Steps to reproduce

Go to the code sandbox above.

You can see that typescript is happy with how the props are specified for nested objects, however, when the component is actually rendered the prop isn't passed to it.

image image

Expected behaviour

Props are passed properly to nested objects.

Relevant log output

No response

ehwarren avatar Aug 09 '23 01:08 ehwarren