split-pane-react icon indicating copy to clipboard operation
split-pane-react copied to clipboard

TS2322: Type 'Element | undefined' is not assignable to type 'Element'.   Type 'undefined' is not assignable to type 'ReactElement<any, any>'

Open shifenhutu opened this issue 1 year ago • 3 comments

thanks very much for your project

i hope if the currentSelectedTask === undefine , do not render the second <Pane>

but i got a ts error: TS2322: Type 'Element | undefined' is not assignable to type 'Element'.   Type 'undefined' is not assignable to type 'ReactElement<any, any>

image

shifenhutu avatar Dec 20 '22 09:12 shifenhutu