react-chat-renderer icon indicating copy to clipboard operation
react-chat-renderer copied to clipboard

validate Message DOM nesting

Open andycmaj opened this issue 6 years ago • 1 comments

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

andycmaj avatar Jun 22 '19 21:06 andycmaj

now that the lib is written in typescript this needs to happen in the JSX namespace i think

andycmaj avatar Nov 14 '19 05:11 andycmaj