react-monaco-editor-example icon indicating copy to clipboard operation
react-monaco-editor-example copied to clipboard

Incorrect validation of string array

Open kirzyka opened this issue 4 years ago • 0 comments

Example: const t: boolean = ["abc", "def"].includes("abc"); Error: Property 'includes' does not exist on type 'string[]'.

image

kirzyka avatar Feb 25 '21 15:02 kirzyka