sokra / rawact

[POC] A babel plugin which compiles React.js components into native DOM instructions to eliminate the need for the react library at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to support React16 new feature forwardRef

flyyuan opened this issue · comments

./node_modules/mobx-react-lite/dist/mobxreactlite.esm.js
Attempted import error: 'forwardRef' is not exported from 'babel-plugin-rawact/lib/runtime/react'.

image