Skip to content

Commit 68926ab

Browse files
committed
docs(changeset): 🚨 ExecutionValue no longer exposes .value and .entries (you need to narrow to access these). Added new .unaryValue() that can be used to assert the value is unary and retrieve its value - this should be used instead of .at(0) in general.
1 parent 150f25d commit 68926ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎.changeset/fast-phones-change.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"grafast": patch
3+
---
4+
5+
🚨 ExecutionValue no longer exposes .value and .entries (you need to narrow to
6+
access these). Added new `.unaryValue()` that can be used to assert the value is
7+
unary and retrieve its value - this should be used instead of `.at(0)` in
8+
general.

0 commit comments

Comments
 (0)