clean up
This commit is contained in:
parent
9ace9b9f4f
commit
fc4109ad45
2 changed files with 4 additions and 10 deletions
|
@ -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> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue