react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

createFromSearch not works in strictNullChecks mode

Open matshch opened this issue 7 years ago • 0 comments

When TypeScript used in strict mode (or strictNullChecks mode enabled separately), createFromSearch doesn't accept null (because in type declaration it is not nullable). Please, add nullableness anywhere you can accept null.

matshch avatar Sep 30 '17 20:09 matshch