mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: fix repo biome lint errors (#804)
This commit is contained in:
@@ -151,7 +151,6 @@ class StateContainer<T> implements WritableState<T> {
|
||||
|
||||
// Apply partial updates with change detection
|
||||
for (const key in partial) {
|
||||
// biome-ignore lint/suspicious/noExplicitAny: T may be a primitive; `partial` is object-shaped at this branch
|
||||
if (!Object.hasOwn(partial as any, key)) continue;
|
||||
|
||||
const value = (partial as Partial<T>)[key as keyof T];
|
||||
|
||||
Reference in New Issue
Block a user