mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
Fix key warning (#93)
This commit is contained in:
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}
|
||||
|
Loading…
Reference in New Issue
Block a user