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 831
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
t3chguy
added
the
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
label
Mar 7, 2023
t3chguy
force-pushed
the
t3chguy/react18/update
branch
from
April 22, 2024 08:16
f14cc2b
to
4f61f74
Compare
what is going on with this PR? |
@dzienisz #10311 (comment) has the latest |
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
… t3chguy/es2022 Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> # Conflicts: # src/components/structures/EmbeddedPage.tsx # src/components/structures/FilePanel.tsx # src/components/structures/NotificationPanel.tsx # src/components/structures/RoomStatusBar.tsx # src/components/views/elements/AppTile.tsx # src/components/views/messages/EditHistoryMessage.tsx # src/components/views/messages/MessageActionBar.tsx # src/components/views/right_panel/TimelineCard.tsx # src/components/views/rooms/Autocomplete.tsx # src/components/views/rooms/EditMessageComposer.tsx # src/components/views/rooms/ReplyPreview.tsx # src/components/views/settings/tabs/user/GeneralUserSettingsTab.tsx # src/components/views/spaces/SpaceTreeLevel.tsx
t3chguy
changed the base branch from
t3chguy/react18/context-hocs
to
t3chguy/es2022
August 1, 2024 13:55
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
t3chguy
force-pushed
the
t3chguy/react18/update
branch
from
August 1, 2024 13:55
d2b2a5e
to
317ffcf
Compare
… t3chguy/react18/update # Conflicts: # src/components/views/settings/tabs/user/GeneralUserSettingsTab.tsx # test/components/views/right_panel/__snapshots__/RoomSummaryCard-test.tsx.snap
… t3chguy/react18/update
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.
Update to testing-library has to be done in lock-step as >=v13 only supports React 18.
@testing-library/react-hooks
is now within the core@testing-library/react
module.For https://github.com/vector-im/wat-internal/issues/65
Requires #12852
Requires element-hq/element-web#24763
Requires #12859
Requires #12860