react-chat-renderer
react-chat-renderer copied to clipboard
validate Message DOM nesting
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
now that the lib is written in typescript this needs to happen in the JSX namespace i think