Oleksandr Fomin
Results
2
comments of
Oleksandr Fomin
TypeScript throws a warning that prop data does not exist on Autocomplete type. `Property 'data' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly'.`
In fact, this happens with the regular link if I add any kind of custom handler. Even if it's empty ``` handlers: { any: value => { }, }, ```