You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that this is just a bug in the jsonld.js implementation, the matchesSome flag is not set to true when a default is set in the subframe but the key (states in that issue) is not present in the data.
See: w3c/json-ld-syntax#19
I think that this is just a bug in the jsonld.js implementation, the
matchesSome
flag is not set to true when a default is set in the subframe but the key (states
in that issue) is not present in the data.Adding
matchesSome = true
before continuing here would fix it:https://github.com/digitalbazaar/jsonld.js/blob/master/lib/frame.js#L471
Possible duplicate of #155.
The text was updated successfully, but these errors were encountered: