Fix opaque ref detection.
This commit is contained in:
parent
cbcc4dd21d
commit
069c430346
@ -165,7 +165,7 @@ let getNotConnectedPromise = function () {
|
|||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
|
|
||||||
const OPAQUE_REF_PREFIX = /^OpaqueRef:/
|
const OPAQUE_REF_PREFIX = 'OpaqueRef:'
|
||||||
const isOpaqueRef = value => isString(value) && startsWith(value, OPAQUE_REF_PREFIX)
|
const isOpaqueRef = value => isString(value) && startsWith(value, OPAQUE_REF_PREFIX)
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user