remoteinterview / zero

Zero is a web server to simplify web development.

Home Page:https://zeroserver.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following React instructions doesn't work

Seanmclem opened this issue · comments

I followed these instructions.

Created empty folder, add index.jsx, added a component text like this

export default () => <h1>Hello React</h1>;

I run zero, and it installs and configures everything correctly, it seems. However it doesn't work.
In the console I get errors like this on page-load

Building /🚨  
/repos/zero-react-2/.zero/entry.57428e0aa3a1b5caab7306d99295aed37c6c9693.js: Invalid Version: undefined

Seems similar to this.
babel/babel#12945
Anyone maintain the react feature?