Vorlias opened this issue 6 years ago · 1 comments
class ComponentName extends Roact.Component { public render(): Roact.Element { return <frame/>; } } const element = Roact.createElement(ComponentName);
It will show as an error, despite this being legal in Roact.
Fixed in f51c16d