| null | undefined; toolsPanel?: number | undefined; previewPanel?: number | undefined; propertiesPanel?: number | undefined; ... 4 more ...; properties?: number | undefined; } | null | undefined' is more narrow than the original type @typescript-eslint/no-unsafe-type-assertion
-
-/home/heart/coding/video-editor-oss.worktrees/biome-to-eslint/apps/web/src/feedback/components/feedback-popover.tsx
- 35:20 error Unsafe assertion from `any` detected: consider using type guards or a safer assertion @typescript-eslint/no-unsafe-type-assertion
- 191:10 warning Compilation Skipped: Use of incompatible library
-
-This API returns functions which cannot be memoized without leading to stale UI. To prevent this, by default React Compiler will skip memoizing this component/hook. However, you may see issues if values from this API are passed to other components/hooks that are memoized.
-
-/home/heart/coding/video-editor-oss.worktrees/biome-to-eslint/apps/web/src/feedback/components/feedback-popover.tsx:191:10
- 189 | )}
- 190 |
-> 191 | {!form.watch("message").trim() && (
- | ^^^^ React Hook Form's `useForm()` API returns a `watch()` function which cannot be memoized safely.
- 192 |