mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix: design tweaks to toasted skin, lint rule tweaks (#44)
This commit is contained in:
@@ -52,8 +52,7 @@ export function useSyncExternalStoreWithSelector<Snapshot, Selection>(
|
||||
value: null,
|
||||
};
|
||||
instRef.current = inst as SnapshotRef<Selection>;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
inst = instRef.current;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user