zero icon indicating copy to clipboard operation
zero copied to clipboard

Following React instructions doesn't work

Open Seanmclem opened this issue 4 years ago • 1 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

Seanmclem avatar Mar 13 '21 02:03 Seanmclem

Seems similar to this. https://github.com/babel/babel/issues/12945 Anyone maintain the react feature?

Seanmclem avatar Mar 17 '21 19:03 Seanmclem