matrix-public-archive/shared
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
..
lib Clean up spurious logs when SSR rendering Hydrogen (#106) 2022-10-21 17:27:10 -05:00
viewmodels Link rooms with `?via` query paramter from room directory landing page (#104) 2022-10-21 16:06:11 -05:00
views Clean up spurious logs when SSR rendering Hydrogen (#106) 2022-10-21 17:27:10 -05:00
.eslintrc.json Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00
hydrogen-vm-render-script.js Add homeserver selector to room directory landing page (#87) 2022-10-20 02:06:43 -05:00
room-directory-vm-render-script.js Page-load with the correct homeserver selected (#98) 2022-10-21 02:09:26 -05:00