pomber / didact

A DIY guide to build your own React

Home Page:https://pomb.us/build-your-own-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tips "react-scripts": "5.0.0" will course jsx error

yinsang opened this issue · comments

pragma and pragmaFrag cannot be set when runtime is automatic.


/** @jsx Didact.createElement */
const element = (
  <div id="foo">
    <a href="">bar</a>
    <b></b>
  </div>
)

"react-scripts": "3.0.0" was OK.

1/3/2022

Got it too.

8/11/2022
Got it too.