-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLAT-85354: Add tutorial for TypeScript using Enact #84
base: develop
Are you sure you want to change the base?
Conversation
@@ -1,5 +1,5 @@ | |||
{ | |||
"name": "myapp", | |||
"name": "typescript-enact-app", | |||
"version": "1.0.0", | |||
"description": "A general template for an Enact Typescript application.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can update this description, too.
@@ -21,11 +19,9 @@ const App = kind({ | |||
}, | |||
|
|||
render: (props) => ( | |||
<div {...props}> | |||
<div className={props.className}> | |||
<div className={props.className}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should have deleted this one and kept the one from the previous line 24.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just dismissing the review request
No description provided.