Problemunvalidated
When using MUI Autocomplete, the component filters options as the user types, and the user wants to know how many filtered options are currently displayed. Attempting to compute and store the count inside the `filterOptions` prop triggers a React warning.
f2e99e79-9f6b-40cb-a3af-7b776ccdaf7f
When using MUI Autocomplete, the component filters options as the user types, and the user wants to know how many filtered options are currently displayed. Attempting to compute and store the count inside the filterOptions prop triggers a React warning.