Skip to content

Commit 9a93c9b

Browse files
committed
chore: update
1 parent 34f4ffd commit 9a93c9b

File tree

1 file changed

+2
-2
lines changed
  • packages/devtools-kit/src/core/component/state

1 file changed

+2
-2
lines changed

packages/devtools-kit/src/core/component/state/custom.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ export function getHTMLElementDetails(value: HTMLElement) {
219219
}
220220

221221
/**
222-
* - ObjectRefImpl, toRef({ foo: 'foo' }, 'foo'), `value` is the actual value
223-
* - GetterRefImpl, toRef(() => state.foo), `value` is the actual value
222+
* - ObjectRefImpl, toRef({ foo: 'foo' }, 'foo'), `_value` is the actual value, (since 3.5.0)
223+
* - GetterRefImpl, toRef(() => state.foo), `_value` is the actual value, (since 3.5.0)
224224
* - RefImpl, ref('foo') / computed(() => 'foo'), `_value` is the actual value
225225
*/
226226
function tryGetRefValue(ref: { _value?: unknown } | { value?: unknown }) {

0 commit comments

Comments
 (0)