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;
`
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.
The line in sources is (Indicator.js) :