(error: Error)
| 3406 | }; |
| 3407 | |
| 3408 | const animationEntries = |
| 3409 | animationEntriesByWindowId.get(snapshot.id) ?? new Map(); |
| 3410 | animationEntriesByWindowId.set(snapshot.id, animationEntries); |
| 3411 | const animation = createWindowAnimationControllerWithStore( |
| 3412 | snapshot.id, |
| 3413 | animationEntries as Map<symbol, never>, |
| 3414 | ); |