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
JSX needs be transpiled with Babel anyway, so we might as well use ES6 features in the default plugin.js and JSX frontend.js. I don't think many people will write entire plugins just with React.createElement()…
The text was updated successfully, but these errors were encountered:
JSX needs be transpiled with Babel anyway, so we might as well use ES6 features in the default
plugin.js
and JSXfrontend.js
. I don't think many people will write entire plugins just withReact.createElement()
…The text was updated successfully, but these errors were encountered: