I have a stackblitz demo here
It's a super simple app that should just show an input with test below and the output of whats been put into the input field.
I'm getting an error on the input component
'CustomInput' cannot be used as a JSX component.
Its return type 'void' is not a valid JSX element.
Can anyone see why I'm getting this error