react-monaco-editor-example
react-monaco-editor-example copied to clipboard
Incorrect validation of string array
Example: const t: boolean = ["abc", "def"].includes("abc"); Error: Property 'includes' does not exist on type 'string[]'.
