Skip to content

Commit

Permalink
rd-275 disable jsx attrs lower casing
Browse files Browse the repository at this point in the history
  • Loading branch information
vordgi committed Oct 6, 2024
1 parent 41f1f34 commit dd001cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const DocumentJSX: React.FC<DocumentJSXProps> = ({ raw, components, ...ba
},
htmlparser2: {
lowerCaseTags: false,
lowerCaseAttributeNames: false,
},
};
return parse(raw, parseOptions);
Expand Down

0 comments on commit dd001cf

Please sign in to comment.