developit / htm

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

corrected React ESM import #192

Closed Elliotclyde closed 3 years ago

Elliotclyde commented 3 years ago

WMR won't currently properly import React as it gives the message "The requested module '/@npm/react' does not provide an export named 'createElement'". This fixes this.

Elliotclyde commented 3 years ago

Having a look, as I didn't compile this before pull requesting and also I'm not confident pull requesting a product this size.