Component prop types incorrect?

Hello! I ran into an issue where component prop types were incorrect. So you can see that the props passed in are actually props>children>props>HERE instead of props>HERE.

So I had to remove the default prop type and replace it with any for the moment.

Is this a known issue? I am currently working around it by using [props.children.props.MY](http://props.children.props.MY)_PROP instead.

Thanks for any help.

image.png