Property 'overtime' does not exist on type 'UseSelectReturnType'
Hi! I'm using the documentation and it indicates that antd's useSelect has
When I try using it, though, it says
How can I check if useSelect is in the middle of loading?
overtime (https://refine.dev/docs/api-reference/antd/hooks/field/useSelect/#overtimeoptions)When I try using it, though, it says
Property 'overtime' does not exist on type 'UseSelectReturnType<{ trailerNo: any; } & { trailerNo: any; }>'.How can I check if useSelect is in the middle of loading?
useSelect hook allows you to manage Ant Design's `` component when the records in a resource needs to be used as select options.

