riot-web/src
Eric Eastwood f7fe0e9d8b
Fix block/inline Element descendants error noise in NewRoomIntro.tsx (#10412)
Error before:
```
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
    at div
    at AccessibleButton (webpack-internal:///470:43:7)
    at span
    at p
    at li
    at NewRoomIntro (webpack-internal:///2063:77:71)
    at ol
    at div
    at div
    at AutoHideScrollbar (webpack-internal:///1020:37:5)
    at ScrollPanel (webpack-internal:///1106:69:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at MessagePanel (webpack-internal:///2060:169:5)
    at TimelinePanel (webpack-internal:///2095:113:5)
    at div
    at div
    at div
    at MainSplit (webpack-internal:///2019:31:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at main
    at RoomView (webpack-internal:///2018:330:5)
    at div
    at div
    at div
    at LoggedInView (webpack-internal:///1907:130:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at MatrixChat (webpack-internal:///1900:234:5)
```
2023-03-21 10:55:48 -05:00
..
@types Conform more of the codebase to `strictNullChecks` (#10350 2023-03-10 14:55:06 +00:00
accessibility Conform more of the codebase to `strictNullChecks` (#10350 2023-03-10 14:55:06 +00:00
actions Conform more of the codebase to `strictNullChecks` (#10350 2023-03-10 14:55:06 +00:00
async-components/views/dialogs Fix import e2e key dialog staying disabled after paste (#10375) 2023-03-15 09:20:20 +00:00
audio Conform more of the codebase to `strictNullChecks` (#10350 2023-03-10 14:55:06 +00:00
autocomplete Support dynamic room predecessor in SpaceProvider (#10348) 2023-03-10 11:01:45 +00:00
components Fix block/inline Element descendants error noise in NewRoomIntro.tsx (#10412) 2023-03-21 10:55:48 -05:00
contexts
customisations Conform more code to `strictNullChecks` (#10368 2023-03-14 11:09:35 +00:00
dispatcher Conform more code to `strictNullChecks` (#10374) 2023-03-16 11:07:29 +00:00
editor Conform more code to `strictNullChecks` (#10374) 2023-03-16 11:07:29 +00:00
effects
emojipicker
events
hooks Pillify event permalinks (#10392) 2023-03-21 10:23:20 +01:00
i18n/strings Pillify event permalinks (#10392) 2023-03-21 10:23:20 +01:00
indexing
integrations Apply `strictNullChecks` to src/stores/widgets/* (#10324) 2023-03-08 11:48:58 +00:00
mjolnir Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
models
modules Fixes user authentication when registering via the module API (#10257) 2023-03-07 16:24:44 +01:00
notifications Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
performance
rageshake Stricitfy rageshake (#10389) 2023-03-15 17:32:31 +00:00
resizer Apply `strictNullChecks` to `src/resizer/*` (#10378) 2023-03-15 20:27:59 +00:00
settings Pillify event permalinks (#10392) 2023-03-21 10:23:20 +01:00
stores Implement MSC3973: Search users in the user directory with the Widget API (#10269) 2023-03-21 11:38:41 +00:00
toasts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
usercontent
utils Pillify event permalinks (#10392) 2023-03-21 10:23:20 +01:00
voice-broadcast Conform more code to `strictNullChecks` (#10374) 2023-03-16 11:07:29 +00:00
widgets Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
workers
AddThreepid.ts Conform more of the codebase to `strictNullChecks` (#10350 2023-03-10 14:55:06 +00:00
AsyncWrapper.tsx Explicitly specify all `children` props (#10312) 2023-03-08 13:28:07 +00:00
Avatar.ts
BasePlatform.ts Clear electron data when logging out (#10386) 2023-03-15 15:56:29 +00:00
BlurhashEncoder.ts
ContentMessages.ts Respect user cancelling upload flow by dismissing spinner (#10373) 2023-03-16 12:24:22 +00:00
DateUtils.ts
DecryptionFailureTracker.ts
DeviceListener.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
Editing.ts
HtmlUtils.tsx
IConfigOptions.ts
IdentityAuthClient.tsx
ImageUtils.ts
KeyBindingsDefaults.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
KeyBindingsManager.ts Conform more code to `strictNullChecks` (#10374) 2023-03-16 11:07:29 +00:00
Keyboard.ts
LegacyCallHandler.tsx Apply `strictNullChecks` to src/stores/widgets/* (#10324) 2023-03-08 11:48:58 +00:00
Lifecycle.ts Clear electron data when logging out (#10386) 2023-03-15 15:56:29 +00:00
Livestream.ts
Login.ts
Markdown.ts
MatrixClientPeg.ts Conform more code to `strictNullChecks` (#10374) 2023-03-16 11:07:29 +00:00
MediaDeviceHandler.ts
Modal.tsx Conform more code to `strictNullChecks` (#10368 2023-03-14 11:09:35 +00:00
NodeAnimator.tsx Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
Notifier.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
PageTypes.ts
PasswordReset.ts
PlatformPeg.ts
PosthogAnalytics.ts
PosthogTrackers.ts
Presence.ts
Registration.tsx Fix UIFeature.Registration not applying to all paths (#10371) 2023-03-14 15:20:38 +00:00
Resend.ts
Roles.ts
RoomAliasCache.ts
RoomInvite.tsx
RoomNotifs.ts
Rooms.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
ScalarAuthClient.ts
ScalarMessaging.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
SdkConfig.ts
Searching.ts Conform more code to `strictNullChecks` (#10374) 2023-03-16 11:07:29 +00:00
SecurityManager.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
SendHistoryManager.ts
SlashCommands.tsx Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
SlidingSyncManager.ts
Terms.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
TextForEvent.tsx
Unread.ts
UserActivity.ts
UserAddress.ts
Views.ts
VoipUserMapper.ts
WhoIsTyping.ts
boundThreepids.ts Conform more of the codebase to `strictNullChecks` (#10350 2023-03-10 14:55:06 +00:00
call-types.ts
createRoom.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
email.ts
emoji.ts
identifiers.ts
index.ts
languageHandler.tsx
linkify-matrix.ts
phonenumber.ts
sendTimePerformanceMetrics.ts
sentry.ts Conform more code to `strictNullChecks` (#10368 2023-03-14 11:09:35 +00:00
shouldHideEvent.ts
theme.ts
verification.ts