Fix pinch zoom not working on resources
This commit is contained in:
@ -34,7 +34,7 @@ function RoadmapRenderer(props: RoadmapProps) {
|
||||
console.error(err);
|
||||
setHasError(true);
|
||||
});
|
||||
}, []);
|
||||
}, [get, roadmap.id]);
|
||||
|
||||
// Event bindings for the roadmap interactivity
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user