Currently working through adding all the various element types, one of the sticking points is adding support for type-safe CSS properties, in the form of <div style={{ marginLeft: 10 }}>hello</div>.
First pass of adding all the types will not support this, but it will be added in the very next version, so I'm creating this issue to remind myself.
Currently working through adding all the various element types, one of the sticking points is adding support for type-safe CSS properties, in the form of
<div style={{ marginLeft: 10 }}>hello</div>.First pass of adding all the types will not support this, but it will be added in the very next version, so I'm creating this issue to remind myself.