Viewers
Viewers copied to clipboard
[Bug] Error after creating default template mode
Describe the Bug
In the default "Template Mode" after following the create-mode commands,
It shows some primary toolbar error
Steps to Reproduce
Followed the steps at https://docs.ohif.org/development/getting-started
git clone https://github.com/OHIF/Viewers
cd Viewers
yarn config set workspaces-experimental true
yarn install
Then followed the steps at https://docs.ohif.org/development/ohif-cli
yarn run cli create-mode
yarn run cli link-mode ...../
Then yarn run dev to get the site at localhost:3000, Tried to view the new mode and it gave the error.
The current behavior
Error shows up.
The expected behavior
The page should load without errors, like this one in the video:
https://docs.ohif.org/development/video-tutorials/#creating-and-linking-a-mode
OS
Ubuntu
Node version
20.10.0
Browser
Chrome, Brave
Just an update this works fine with
git clone -b 3.7.0 https://github.com/OHIF/Viewers.git
According to git bisect, the first bad commit was dd6d9768bbca1d3cc472e8c1e6d85822500b96ef
I think this is fixed, can you try and we close this ?
This is fixed