inherd/uncode

White screen with Monaco Editor

phodal opened this issue · 1 comments

.replace(/(\p{Ll})(\p{Lu})/gmu, '$1_$2') .replace(/([^\b_])(\p{Lu})(\p{Ll})/gmu, '$1_$2$3') .toLocaleLowerCase()); cause Invalid regular expression: /(\p{Ll})(\p{Lu})/: Invalid escape issue.

related to: microsoft/monaco-editor#2465

same to: microsoft/monaco-editor#2432

need to change version under 0.22.0, such as 0.21.3