Skip to content

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

Merged
merged 15 commits into from
Aug 9, 2021
Merged

Typescript/state screen #1455

merged 15 commits into from
Aug 9, 2021

Conversation

mendyEdri
Copy link
Contributor

Description

Migrate StateScreen component to typescript

Changelog

StateScreen component migrated to typescript.

@@ -88,7 +59,10 @@ export default class StateScreen extends BaseComponent {
}
}

function createStyles(isRemoteImage) {
export {StateScreenProps};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope

Copy link
Collaborator

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 🤦‍♂️

@mendyEdri mendyEdri requested a review from M-i-k-e-l August 8, 2021 13:03
Copy link
Collaborator

@M-i-k-e-l M-i-k-e-l left a 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};
Copy link
Collaborator

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 🤦‍♂️

@M-i-k-e-l M-i-k-e-l merged commit 5525aa3 into master Aug 9, 2021
@mendyEdri mendyEdri deleted the typescript/state-screen branch December 27, 2021 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants