This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 828
Convert /structures
to TS
#6787
Merged
t3chguy
merged 17 commits into
matrix-org:develop
from
SimonBrandner:task/structures-ts
Sep 16, 2021
Merged
Convert /structures
to TS
#6787
t3chguy
merged 17 commits into
matrix-org:develop
from
SimonBrandner:task/structures-ts
Sep 16, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
label
Sep 12, 2021
Signed-off-by: Šimon Brandner <[email protected]>
SimonBrandner
force-pushed
the
task/structures-ts
branch
from
September 12, 2021 06:24
dd05631
to
4673e1a
Compare
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
SimonBrandner
force-pushed
the
task/structures-ts
branch
4 times, most recently
from
September 12, 2021 08:11
316f3b2
to
55b2420
Compare
SimonBrandner
commented
Sep 12, 2021
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
SimonBrandner
force-pushed
the
task/structures-ts
branch
from
September 12, 2021 08:15
55b2420
to
1590fe3
Compare
t3chguy
reviewed
Sep 13, 2021
t3chguy
reviewed
Sep 13, 2021
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.
lgtm otherwise
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
t3chguy
approved these changes
Sep 16, 2021
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.
Great, thanks!
private unmounted = true; | ||
private dispatcherRef: string; | ||
private unmounted = false; | ||
private dispatcherRef: string = null; |
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.
the = null
isn't required but also not an issue
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type: task
This leaves out the Group components and custom tag components for obvious reasons
This change is marked as an internal change (Task), so will not be included in the changelog.
Preview: https://6140dd36e5434e09bf306521--matrix-react-sdk.netlify.app
⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Exercise caution. Use test accounts.