White screen with Monaco Editor
phodal opened this issue · 1 comments
phodal commented
.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
phodal commented
need to change version under 0.22.0, such as 0.21.3