UNPKG

snabbdom-pragma-quickfix

Version:

'NotReact.createElement' pragma although for snabbdom

12 lines (6 loc) 167 B
import Snabbdom from '../../../src/index' export default () => { const Component = (name) => <div>Hello { name }</div> return <Component name="world"/> }