specific-silverS
Refine3y ago
12 replies
specific-silver

Property 'overtime' does not exist on type 'UseSelectReturnType'

Hi! I'm using the documentation and it indicates that antd's useSelect has 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.
useSelect | refine
Was this page helpful?