We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0d383 commit 8cae984Copy full SHA for 8cae984
src/traversable/defaultOptions.js
src/traversable/defaultOptions.ts
@@ -95,7 +95,7 @@ export interface ParseOptions {
95
export const defaultOptions: ParseOptions = {
96
trimValues: true,
97
attributeNamePrefix: '$',
98
- attributesNodeName: false as unknown as string,
+ attributesNodeName: '',
99
ignoreAttributes: false,
100
ignoreNameSpace: false,
101
allowBooleanAttributes: false,
0 commit comments