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
This is actually an issue with the compiler we use from JSX to incremental dom, so I've opened up an issue there. They've been extremely helpful with issues like this, so it should be fixed soon :)
Just FYI, it seems like this problem has already been fixed by babel-plugin-incremental-dom (which has actually been renamed to babel-plugin-transform-incremental-dom).
Anyone using it directly just needs to update its version, but we should also update babel-preset-metal-jsx to use the new one now. I've created an issue there for this. We can close this once that's done and we've confirmed that the new version really fixes this issue.
Given the following component:
...this is what I see rendered:
I noticed that if I make the following change, then the
em
is correctly rendered inside theli
:Is this expected?
The text was updated successfully, but these errors were encountered: