Files
element-web/src/components/views/elements
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-17 18:41:52 +02:00
2021-08-25 09:05:07 +01:00
2021-07-20 12:42:21 +02:00
2021-07-21 20:48:50 +02:00
2021-07-23 10:35:10 +01:00
2021-09-17 18:41:52 +02:00
2021-09-17 18:47:14 +02:00
2021-09-17 18:47:14 +02:00
2021-09-20 17:16:01 +02:00
2021-08-10 13:22:40 +05:30
2021-09-20 17:19:03 +02:00
2021-09-20 17:15:36 +02:00
2021-09-21 09:09:21 +02:00
2021-08-24 13:05:46 +02:00
2021-07-13 00:02:44 -06:00
2021-09-17 18:41:53 +02:00
2021-10-18 19:44:05 +01:00
2021-07-16 23:51:44 -06:00
2021-07-23 10:35:10 +01:00