1917b15b0a
* Update ClientTable.tsx solves: #3339 ## Changes changed owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string ` as the value attribute expects a value of type string | number | readonly string[]` but previously it was assigned bigint. * Update ClientTable.tsx solves: #3339 ## Changes changed owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string ` as the value attribute expects a value of type `string | number | readonly string[]` but previously it was assigned bigint. |
||
---|---|---|
.. | ||
action-buttons | ||
admin | ||
chat | ||
common | ||
layouts | ||
modals | ||
ServerRendered | ||
stores | ||
theme | ||
TitleNotifier | ||
ui | ||
video | ||
workers/PushNotificationServiceWorker | ||
_COMPONENT_HOW_TO.md | ||
.eslintrc.js |