Skip to content

App error #47

@paulusm

Description

@paulusm

Hi

I just did a fresh clone and build. Running the app, I get this error in the browser console and the panel does not display.

Indicator.js:4 Uncaught TypeError: t.default.div is not a function
    at Object.parcelRequire.+S2G.preact (Indicator.js:4)
    at f (debug.js:99)
    at p (debug.js:105)
    at Object.parcelRequire.RzfG.preact (Header.js:6)
    at f (debug.js:99)
    at p (debug.js:105)
    at Object.parcelRequire.Focm../index.css (index.js:3)
    at f (debug.js:99)
    at parcelRequire.vKFU (debug.js:125)
    at debug.js:159

The line in sources is (Indicator.js) :

import { h } from 'preact'
import styled from 'preact-emotion'

const Container = styled.div`
  width: calc(var(--padding) * 5);
  text-align: center;
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions