Hi
I am following your video tutorial (OHIF Development Video Tutorials | OHIF) on creating and linking a mode. After linking the mode, I see the button for the Training Mode in the Study Browser,
but when I click on the mode, I get this error message:
Context: Route /template
Error Message: @ohif/extension-default.panelModule.measure is not a valid entry for an extension module.
NOTE
This used to work. I followed this tutorial in August 2024 (using version 3.9.0) so I am wondering if I have a configuration issue.
Work-around
If I replace line 10 in …/ohif-mode-training/src/index.tsx
from : rightPanel: '@ohif/extension-default.panelModule.measure',
to : rightPanel: '@ohif/extension-default.panelModule.seriesList',
then the error disappears and the viewer is loaded.
Versions
I have used numerous versions (v3.9.0, v3.9.3, 3.10.0-beta.62 … ) and different browsers all with the same error.
Thank you for your help in advance

