Closed gabrielbull closed 8 years ago
No, unfortunately, I am still having the same issue. I am not sure on this one, is your gist from my typescript directly transpiled?
I transpiled by hand to ES6.
Here I've done one I transpiled into commonjs - one into es6 -- they look proper and nearly the same, but rather than maintaining the jsx syntax, it is replaced with the underlying javascript it would appear. (ala React.createElement( windows_1.NavPane,
for <NavPane>
. I can not see anything off here?
I figured this out on my side - it was user error - I was using it improperly, however it did cause me to write a lot more definitions for typescript - I will get these to you soon. Thanks - Eric
Cool thanks!
I separated the two issues. Reference: Issue #61
Did you get it to work? Your example converted to ES6 works fine