mst-query icon indicating copy to clipboard operation
mst-query copied to clipboard

Handle union of reference types

Open dsnn opened this issue 3 years ago • 0 comments

union(MstQueryRef, MstQueryRef)

if (Array.isArray(data[key])) { snapshot[key] = merge(data[key], typeDef.properties[key], ctx); continue; } should fix this (on line 47 in merge.ts)

dsnn avatar Jun 30 '22 09:06 dsnn