matrix-public-archive/shared/views
Eric Eastwood 2bda335f1c
Clean up spurious logs when SSR rendering Hydrogen (#106)
**Before:**

```
Child printed something to stdout: Mounting Hydrogen...

Child printed something to stderr: Skipping `addedHomservers` read from LocalStorage since LocalStorage is not available

Child printed something to stdout: Completed mounting Hydrogen: 22.188ms

Child printed something to stdout: 2 uncaughtException TypeError: this.dialogNode.close is not a function
    at ModalView.closeModal (C:\Users\MLM\Documents\GitHub\element\matrix-public-archive\shared\views\ModalView.js:115:21)
    at Timeout._onTimeout (C:\Users\MLM\Documents\GitHub\element\matrix-public-archive\shared\views\ModalView.js:87:18)
    at listOnTimeout (node:internal/timers:559:17)
    at processTimers (node:internal/timers:502:7)
```


**After:**

```
Child printed something to stdout: Mounting Hydrogen...

Child printed something to stderr: Skipping `addedHomservers` read from LocalStorage since LocalStorage is not available

Child printed something to stdout: Completed mounting Hydrogen: 14.2ms
```
2022-10-21 17:27:10 -05:00
..
ArchiveRoomView.js Implement `ModalView` with native `<dialog>` element (#88) 2022-10-19 01:04:19 -05:00
CalendarView.js Fix off-by-one calendar months with time zones that are greater than UTC+0 (#86) 2022-10-18 18:36:13 -05:00
DeveloperOptionsContentView.js Implement `ModalView` with native `<dialog>` element (#88) 2022-10-19 01:04:19 -05:00
HomeserverSelectionModalContentView.js Load room directory and show error message when we're unable to fetch rooms (#96) 2022-10-20 22:48:00 -05:00
MatrixLogoView.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
ModalView.js Clean up spurious logs when SSR rendering Hydrogen (#106) 2022-10-21 17:27:10 -05:00
NotEnoughEventsFromDaySummaryTileView.js Add linting to CI (#74) 2022-09-27 22:21:00 -05:00
RightPanelContentView.js Show surrounding messages for a full screen of content (#71) 2022-09-20 16:02:09 -05:00
RoomCardView.js Add homeserver selector to room directory landing page (#87) 2022-10-20 02:06:43 -05:00
RoomDirectoryView.js Fix form <select> value not being up to date by the time we auto-submit the form on selection (#105) 2022-10-21 16:24:22 -05:00