Open
Description
To replicate: Import SplitViewListbox e.g. and use it in a Function Component as a node.
Error output should be the following:
The components cannot be called as native JSX.
I found out that Typescript enforces the return type of a function component to be JSX.Element. To use the components with Typescript correctly, the return-types need to be JSX.Element.