Open andycmaj opened 5 years ago
we need to validate that the nesting hierarchy is valid with respect to the Message schema.
for example, react-dom validates DOM nesting based on these rules
react-dom
now that the lib is written in typescript this needs to happen in the JSX namespace i think
we need to validate that the nesting hierarchy is valid with respect to the Message schema.
for example,
react-dom
validates DOM nesting based on these rules