Skip to content

Commit

Permalink
fix: make repeat children respect name in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Mar 22, 2020
1 parent e221e4b commit a5d9766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/normalize/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export class CoreNormalizer extends SpecMapper<NormalizerParams, FacetedUnitSpec
};

const childName =
(childSpec.name || '') +
repeaterPrefix +
'child__' +
(isArray(repeat)
Expand Down

0 comments on commit a5d9766

Please sign in to comment.