Compare commits

...

1 Commits

Author SHA1 Message Date
Vivian Phung
b7e8f98859 getItemProps should supersede prev attrs 2024-05-22 18:52:45 +00:00

View File

@ -96,9 +96,9 @@ export const ProjectSearchBarDialog = ({
</p>
</div>
<ProjectSearchBarItem
{...getItemProps({ item, index })}
key={item.id}
item={item}
{...getItemProps({ item, index })}
/>
</>
))