diff --git a/src/components/Widgets/TaskMapWidget/RapidEditor/RapidEditor.jsx b/src/components/Widgets/TaskMapWidget/RapidEditor/RapidEditor.jsx index 5319cb04f..daea1df99 100644 --- a/src/components/Widgets/TaskMapWidget/RapidEditor/RapidEditor.jsx +++ b/src/components/Widgets/TaskMapWidget/RapidEditor/RapidEditor.jsx @@ -81,11 +81,14 @@ const RapidEditor = ({ token, task, mapBounds, comment }) => { > - {isLoading && ( + {/* FIXME: disabled because setupRapid() is taking an absurdly long time (>60s) + * to complete all of a sudden, even though the editor appears to have loaded and + * be ready to use. + isLoading && (
- )} + ) */} {error && (
Error: {error.message}
)}