Skip to content

Commit

Permalink
Merge branch 'main' into fix/text_overlap_for_infobox
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice authored Jul 9, 2024
2 parents e2fc0ba + fec4acf commit 4cfd44b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Resource: React.FC<Props> = ({ layer }) => {

if (!isVisible || !Component || !url) return null;

return <Component data={url} clampToGround={clampToGround} />;
return <Component key={url} data={url} clampToGround={clampToGround} />;
};

export default Resource;

0 comments on commit 4cfd44b

Please sign in to comment.