Property 'renderRightComponent' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ModalDropdown> & Readonly<ModalDropdownProps> & Readonly<...>'.ts(2769)
Will it stop working in future? If yes, what is the alternative to custom render the dropdown main button?
Is this by design?
It works but I get a typescript error as follows:
Property 'renderRightComponent' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ModalDropdown> & Readonly<ModalDropdownProps> & Readonly<...>'.ts(2769)
Will it stop working in future? If yes, what is the alternative to custom render the dropdown main button?