We're a place where coders share, stay up-to-date and grow their careers.
:( not work for me..
Module build failed: SyntaxError: Unexpected token (7:61) 5 | import Header from './Header'; 6 | > 7 | storiesOf('<Header> component', module).add('default', () => <Header />);
I used preact/cli.. don't know if this make difference
Could be... It sounds like your error though is that the file can't compile jsx, i.e. <Header />
<Header />
:( not work for me..
I used preact/cli.. don't know if this make difference
Could be... It sounds like your error though is that the file can't compile jsx, i.e.
<Header />