react-selectize
react-selectize copied to clipboard
createFromSearch not works in strictNullChecks mode
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.