Skip to content

Commit

Permalink
fix: use a more specific special root key ht Nick
Browse files Browse the repository at this point in the history
  • Loading branch information
monfera committed Jan 18, 2021
1 parent fb25f8f commit ebbd65f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ interface MapNode extends NodeDescriptor {
}

/** @internal */
export const hierarchyRootKey: Key = '';
export const hierarchyRootKey: Key = '__root_key__';

export type PrimitiveValue = string | number | null; // there could be more but sufficient for now
type Key = CategoryKey;
Expand Down

0 comments on commit ebbd65f

Please sign in to comment.