useSelect typing when using optionLabel and optionValue
I am using useSelect with optionLable and optionValue as described here:
https://refine.dev/docs/api-reference/core/hooks/useSelect/#optionlabel-and-optionvalue
How to type useSelect when using Object path syntax?
optionLabel and optionValue give a typescript error:
https://refine.dev/docs/api-reference/core/hooks/useSelect/#optionlabel-and-optionvalue
How to type useSelect when using Object path syntax?
optionLabel and optionValue give a typescript error:
Type '"revenuestream.basisangaben.name"' is not assignable to type 'keyof IRevenueResponseResultOnly'.ts(2322)useSelect hook allows you to manage any select (like a Html `` tag, React Select, etc...) component. Since it is designed as headless, It expects you to handle the UI.

