We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680b8d0 commit 8946a63Copy full SHA for 8946a63
packages/core/src/reset.ts
@@ -66,7 +66,6 @@ export function reset(
66
node.walk((child) => {
67
// Skip resetting synced lists to default.
68
if (child.type === 'list' && child.sync) return
69
- console.log('child', child.name, initial(child))
70
child.input(initial(child), false)
71
})
72
// Finally we need to lay any values back on top (if it is a group/list) since group values
0 commit comments