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
JSXTransformer.transform expect all tags to end with a slash </> or a closing tag <></> but the element.innerHTML will transform a input tag to a single <input> tag with no ending / that will fail in the transform method. => Expected corresponding XJS closing tag for input
I don´t know if the issue is in the .innerHTML method or that JSXTransformer.transform should handle the <input> tag?
The text was updated successfully, but these errors were encountered:
JSXTransformer.transform
expect all tags to end with a slash</>
or a closing tag<></>
but theelement.innerHTML
will transform a input tag to a single<input>
tag with no ending / that will fail in the transform method. =>Expected corresponding XJS closing tag for input
I don´t know if the issue is in the
.innerHTML
method or thatJSXTransformer.transform
should handle the<input>
tag?The text was updated successfully, but these errors were encountered: