andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

validate Message DOM nesting #1

Open andycmaj opened 5 years ago

andycmaj commented 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

andycmaj commented 5 years ago

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