We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 750f3f3 + 52129ab commit 96d5a34Copy full SHA for 96d5a34
package.json
@@ -19,7 +19,7 @@
19
"react-hotkeys": "^2.0.0",
20
"react-json-view": "^1.19.1",
21
"react-markdown": "^4.0.6",
22
- "react-material-workspace-layout": "^1.0.8",
+ "react-material-workspace-layout": "^1.0.9",
23
"react-monaco-editor": "^0.25.1",
24
"react-remove-scroll": "^2.0.4",
25
"react-select": "^3.0.8",
src/Annotator/index.js
@@ -166,7 +166,7 @@ export const Annotator = ({
166
imageIndex: selectedImage,
167
image: state.images[selectedImage],
168
})
169
- }, [selectedImage])
+ }, [selectedImage, state.images])
170
171
if (!images && !videoSrc)
172
return 'Missing required prop "images" or "videoSrc"'
0 commit comments