Tyler Jones
Results
2
comments of
Tyler Jones
I was also getting the error ``` ModuleNotFoundError Could not find module in path: 'react/jsx-runtime' relative to '/node_modules/react-dnd/dist/esm/core/DndProvider.js' ``` Upgrading React from 16.11 to 16.14 resolved this for me.
Since submitting this issue, I resolved the performance issue totally by beginning the viewer initialization with `fetch`. Originally, the viewer was initialized by passing the id of the image to...