Skip to content

Lists not working in some browsers #139

@stevekrouse

Description

@stevekrouse

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"]);

Codesandbox: https://codesandbox.io/s/determined-water-oqv6o?file=/src/index.ts

Error:

Screenshot from 2021-09-08 11-42-08

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions