export const generateArrayItemHandleId = (id: string) => {
  return `array-item-${id}`;
};
