This commit is contained in:
Chris Kruining 2025-02-04 15:50:11 +11:00
parent 9ace9b9f4f
commit fc4109ad45
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 4 additions and 10 deletions

View file

@ -164,11 +164,6 @@ export const createDataSet = <T extends Record<string, any>>(data: Accessor<T[]>
setState('value', nextValue);
setState('snapshot', next);
;
});
createEffect(() => {
console.log('dataset', mutations());
});
const set: DataSet<T> = {