developit / htm

Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
Apache License 2.0
8.64k stars 169 forks source link

Add createRef to standalone preact bundle #222

Closed SijmenHuizenga closed 2 years ago

SijmenHuizenga commented 2 years ago

This exposes createRef for the standalone preact bundle.

rcarmo commented 1 year ago

Hi! Is this actually published anywhere? unpkg.com does not seem to have it... I'm looking at https://unpkg.com/htm@3.1.1/preact/standalone.module.js and createRef is not there.