feat: adds handling for a faulty or missing size #120
Annotations
6 warnings
web-client/src/components/form-field.tsx#L28
The reactive variable 'props.onInput' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props
|
web-client/src/components/sources/source-pane.tsx#L26
Forbidden non-null assertion
|
web-client/src/components/sources/source-pane.tsx#L33
Forbidden non-null assertion
|
web-client/src/components/status-indicator.tsx#L7
The reactive variable 'props.status' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
web-client/src/components/status-indicator.tsx#L11
Empty components are self-closing
|
web-client/src/views/dashboard/console.tsx#L58
Forbidden non-null assertion
|
The logs for this run have expired and are no longer available.
Loading