Aaron Magil
Aaron Magil
Hi @Khaledgarbaya - I updated my code to be ``` const logHandler= (loglevel: any, data: any) => { console.log(loglevel); console.log(data); }; // We should delete this hard-coded token and delete...
from looking around a little bit, it looks like the type for `__isNew__` got deleted in [this PR](https://github.com/JedWatson/react-select/pull/4702/files#diff-893891ab2bbdd24d84d3da427a17cb2324243775c669b16b9a818ffe354371aaL9) by removing `OptionBase` and it was never moved anywhere else. The `__isNew__`...