You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately Babel does not automatically detect your React version so we will have to do that ourselves and only enable this for React 17+. Here's how Next.js implemented this: vercel/next.js#16603
The text was updated successfully, but these errors were encountered:
There's a new experimental replacement for
createElement
and we should add support for it: https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154Unfortunately Babel does not automatically detect your React version so we will have to do that ourselves and only enable this for React 17+. Here's how Next.js implemented this: vercel/next.js#16603
The text was updated successfully, but these errors were encountered: