matrix-public-archive/shared/lib
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
..
archive-history.js Clean up spurious logs when SSR rendering Hydrogen (#106) 2022-10-21 17:27:10 -05:00
assert.js Show surrounding messages for a full screen of content (#71) 2022-09-20 16:02:09 -05:00
custom-tile-utilities.js Show surrounding messages for a full screen of content (#71) 2022-09-20 16:02:09 -05:00
mxc-url-to-http.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
supress-blank-anchors-reloading-the-page.js Add homeserver selector to room directory landing page (#87) 2022-10-20 02:06:43 -05:00
url-creator.js Add homeserver selector to room directory landing page (#87) 2022-10-20 02:06:43 -05:00