@json-layout/core
Advanced tools
Comparing version
{ | ||
"name": "@json-layout/core", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -269,3 +269,3 @@ // import Debug from 'debug' | ||
if (schema.oneOf) { | ||
const oneOfPointer = `${pointer}/oneOf` | ||
const oneOfPointer = `${refPointer}/oneOf` | ||
if (!normalizedLayouts[oneOfPointer]) { | ||
@@ -272,0 +272,0 @@ const normalizationResult = normalizeLayoutFragment( |
185872
0