preact-markup icon indicating copy to clipboard operation
preact-markup copied to clipboard

[WIP] Made component compatible with React.createElement

Open robinvdvleuten opened this issue 7 years ago • 0 comments

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).

robinvdvleuten avatar Aug 03 '18 08:08 robinvdvleuten