block-content-to-hyperscript icon indicating copy to clipboard operation
block-content-to-hyperscript copied to clipboard

Function for transforming Sanity block content to HyperScript

Results 11 block-content-to-hyperscript issues
Sort by recently updated
recently updated
newest added

I would expect this to work, as it's working with `hyperscript`: ``` h( 'button, { onclick: e => { console.log('You clicked me!'); }, }, 'Click me?' ) ``` But seems...