alex/fixes: console.log

pull/3586/head
alex 2024-04-24 13:55:30 +01:00
rodzic 8e2d529b42
commit 95f1f94923
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -100,7 +100,6 @@ export default function ShapeWithMigrationsExample() {
shapeUtils={customShapeUtils}
// Use a snapshot to load an old version of the shape
snapshot={snapshot as TLStoreSnapshot}
onMount={(e) => console.log(e.store.getSnapshot())}
/>
</div>
)