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 3e146ba commit 600a01eCopy full SHA for 600a01e
examples/bug.ts
@@ -16,11 +16,7 @@ async function main() {
16
17
const selected = new Box({
18
value: {
19
- example1: sb.get<string>(
20
- data.future.value.object,
21
- data.future.value.letters[1],
22
- ),
23
- example2: data.future.value.letters[data.future.value.index],
+ example: data.future.value.letters[data.future.value.index],
24
},
25
});
26
0 commit comments