Files
blap/src
Travis Ralston 0bb8973ee6 Move rendering of PersistedElements into other lifecycle stages
For https://github.com/vector-im/riot-web/issues/12877

Original error:
```
Warning: Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.

Check the render method of PersistedElement.
    in PersistedElement (created by AppTile)
    in div (created by AppTile)
    in div (created by AppTile)
    in AppTile (created by AppsDrawer)
    in div (created by AppsDrawer)
    in div (created by AppsDrawer)
    in AppsDrawer (created by AuxPanel)
    in div (created by AutoHideScrollbar)
    in AutoHideScrollbar (created by AuxPanel)
    in AuxPanel (created by RoomView)
    in div (created by RoomView)
    in div (created by MainSplit)
    in MainSplit (created by RoomView)
    in ErrorBoundary (created by RoomView)
    in main (created by RoomView)
    in RoomView (created by LoggedInView)
    in div (created by LoggedInView)
    in DragDropContext (created by LoggedInView)
    in div (created by LoggedInView)
    in LoggedInView (created by MatrixChat)
    in ErrorBoundary (created by MatrixChat)
    in MatrixChat
```
2020-04-01 14:30:57 -06:00
..
2020-03-09 15:24:56 +00:00
2020-03-25 12:07:11 +01:00
2020-03-25 18:47:57 +00:00
2020-04-01 10:40:03 +01:00
2020-03-30 20:24:53 -06:00
2020-02-26 17:14:54 +00:00
2020-03-27 14:05:14 +00:00
2020-03-27 16:45:46 +01:00
2020-01-26 22:17:31 +00:00
2020-03-22 09:47:00 +00:00
2020-02-06 15:29:35 +01:00
2020-04-01 10:40:03 +01:00
2020-01-28 12:53:37 +00:00
2020-04-01 16:53:25 +01:00
2020-04-01 11:22:22 +02:00