|
|
|
|
|
by slmgc
3216 days ago
|
|
Yep, it works just fine without Preact's compatibility layer: import {h, Component} from 'preact'
import {ReactHintFactory} from 'react-hint'
import 'react-hint/css/index.css'
const ReactHint = ReactHintFactory({createElement: h,
Component})
|
|