HeroUI Version
2.8.5
Describe the bug
<AutocompleteItem isDisabled>
	Loading
</AutocompleteItem>
 
isDisabled is marked as deprecated by react-aria
export interface AriaOptionProps {
    /**
     * Whether the option is disabled.
     * @deprecated
     */
    isDisabled?: boolean;
... 
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
<AutocompleteItem isDisabled>
Expected behavior
HeroUI should apply the disabled styling to isReadonly instead
<AutocompleteItem isReadonly>
	Loading
</AutocompleteItem>
 
Screenshots or Videos
No response
Operating System Version
Linux
Browser
Firefox