Simple forum software for building great communities.
Go to file
Alexander Skvortsov 7b8d507139 VnodeElementTag must be either a string or a class.
Unfortunately, TypeScript only supports strings and classes for JSX tags.
Therefore, our type definition should only allow for those two types.
see https://github.com/microsoft/TypeScript/issues/14789#issuecomment-412247771
2021-12-13 20:20:34 -05:00
framework/core VnodeElementTag must be either a string or a class. 2021-12-13 20:20:34 -05:00