While it works in Chrome on my Linux machine, it does not work on Chrome on mobile or Firebox or Chromium on Linux.
import { runComponent, elements as E } from "@funkia/turbine";
// Also fails: runComponent("#mount", E.div(["hi"]));
runComponent("#mount", ["hi"]);