After installing the application using npm install --legacy-peer-deps due to #59 and building using npm run build I start the server using node server/index.js.
When visiting http://localhost I am visited by a blank page.
Looking in the console shows me the following error
Uncaught TypeError: t.default.div is not a function
S2Gw Indicator.js:4
f index.js:78
p index.js:85
RzfG Header.js:6
f index.js:78
p index.js:85
Focm index.js:3
f index.js:78
parcelRequire index.js:116
<anonymous> index.js:26
After installing the application using
npm install --legacy-peer-depsdue to #59 and building usingnpm run buildI start the server usingnode server/index.js.When visiting
http://localhostI am visited by a blank page.Looking in the console shows me the following error