mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: Add unique key for library header to resolve dev warnings (#3316)
This commit is contained in:
parent
b50b8f7b0d
commit
77b873251a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ const LibraryMenuItems = ({
|
||||||
const referrer = libraryReturnUrl || window.location.origin;
|
const referrer = libraryReturnUrl || window.location.origin;
|
||||||
|
|
||||||
rows.push(
|
rows.push(
|
||||||
<div className="layer-ui__library-header">
|
<div className="layer-ui__library-header" key="library-header">
|
||||||
<ToolButton
|
<ToolButton
|
||||||
key="import"
|
key="import"
|
||||||
type="button"
|
type="button"
|
||||||
|
|
Loading…
Add table
Reference in a new issue