fix: remove checking buf until I can figure out how to not use buf.lock
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
|
||||
|
||||
export function newState<T>(s: T) {
|
||||
const state = $state(s);
|
||||
const state = $state(s);
|
||||
|
||||
return state;
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
Reference in New Issue
Block a user