Steps to Replicate the Issue:

  • git clone git@github.com:bmvantunes/mui-autocomplete-multiple-bug.git
  • cd mui-autocomplete-multiple-bug
  • npm install
  • npm run dev
  • open browser on http://localhost:3000
  • open browser developer tools
  • you should have a message: "Warning: A props object containing a "key" prop is being spread into JSX"

Browser Console With the Message