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 Nov 6, 2019. It is now read-only.
#282 switches from no-case to camel-case for element attribute and event names in order support rendering React functional/stateless components using Phosphor's virtualdom.
We have been able to get TSX syntax working with phosphor's
virtualdom
package. The needed steps are the following:First, add the following lines to you
tsconfig.json
:Second, import the phosphor virtual DOM library:
Third, add this to one of your ts files to provide the types needed:
Then you can name files with the
.tsx
extension and use TSX syntax.@blink1073 @sccolbert @grantnestor
The text was updated successfully, but these errors were encountered: