fix to hotfix, observe chips as well to handle paste

This commit is contained in:
Tim Chamberlain
2025-06-30 23:55:42 -05:00
parent 0d7e76df6c
commit ab4be1d5af

View File

@ -131,7 +131,7 @@ function ChipTextField({...props})
); );
setChipValidity(currentChipValidity); setChipValidity(currentChipValidity);
} }
}, [JSON.stringify(chipData)]); }, [JSON.stringify(chipData), chips]);
useEffect(() => useEffect(() =>
{ {