Files
element-web/src
Travis Ralston dad1d3f131 Fix runtime react errors for various parts of the app
These are just the ones that were causing console flooding on reload in development.

* Elements in a list need a `key`
* `super()` needs to be supplied with the same props as the parent
* `<div>` (AccessibleButton) cannot be a descendant of `<p>` - this was a problem in the NewRoomIntro "Add topic" button
* `label` is a non-boolean property and cannot receive "false"
2021-10-18 13:47:42 -06:00
..
2021-09-14 14:41:55 +01:00
2021-09-22 08:29:04 +02:00
2021-09-25 09:58:01 +02:00
2021-10-12 13:51:24 -06:00
2021-09-27 14:34:54 +02:00
2021-09-27 18:40:01 +02:00
2021-09-28 07:53:52 +02:00
2021-09-27 14:41:03 +02:00
2021-09-27 14:41:08 +02:00
2021-09-27 18:39:57 +02:00
2021-09-27 14:41:08 +02:00
2021-10-01 16:40:04 +02:00