mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
Fix key warning (#93)
This commit is contained in:

committed by
GitHub

parent
c077403eec
commit
8605af2b54
@@ -753,7 +753,7 @@ class App extends React.Component<{}, AppState> {
|
||||
<fieldset>
|
||||
<legend>Shapes</legend>
|
||||
{SHAPES.map(({ value, label }) => (
|
||||
<label>
|
||||
<label key={value}>
|
||||
<input
|
||||
type="radio"
|
||||
checked={this.state.elementType === value}
|
||||
|
Reference in New Issue
Block a user