preact-markup
preact-markup copied to clipboard
[WIP] Made component compatible with React.createElement
This PR is an attempt to make the component compatible with React. There is still an issue in the visitor() function where it uses nodeName (Preact read/write) instead of type (React read-only).