-
Notifications
You must be signed in to change notification settings - Fork 734
Typescript/state screen #1455
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
Typescript/state screen #1455
Conversation
@@ -88,7 +59,10 @@ export default class StateScreen extends BaseComponent { | |||
} | |||
} | |||
|
|||
function createStyles(isRemoteImage) { | |||
export {StateScreenProps}; |
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.
Is this for tests?
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.
Nope
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.
Oh, it's the props 🤦♂️
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.
Approved, there's a conflict
@@ -88,7 +59,10 @@ export default class StateScreen extends BaseComponent { | |||
} | |||
} | |||
|
|||
function createStyles(isRemoteImage) { | |||
export {StateScreenProps}; |
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.
Oh, it's the props 🤦♂️
Description
Migrate
StateScreen
component totypescript
Changelog
StateScreen
component migrated to typescript.