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
{{ message }}
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
Most of the time, template literals are transpiled to ES5 as expected. When there are multiple template literal-JSX snippets in a method, it does not always transpile the template literals.
Are template literals inside of JSX supported?
Most of the time, template literals are transpiled to ES5 as expected. When there are multiple template literal-JSX snippets in a method, it does not always transpile the template literals.
I've added this sample
https://github.com/saunders99999/babel-inc-dom-sample/blob/master/README.md
https://github.com/saunders99999/babel-inc-dom-sample/blob/master/.babelrc
babel configuration with
transform-incremental-dom
and@babel/plugin-transform-template-literals
code samples
https://github.com/saunders99999/babel-inc-dom-sample/blob/master/src/index.jsx
The text was updated successfully, but these errors were encountered: