Closed thomaspaulin closed 2 years ago
I'm seeing this behavior as well.
Same here. I see that the tutorials have been updated, but the git tags have not been re-assigned yet. Perhaps it is already fixed. Taking a look...
@thomaspaulin Hi! Thanks for pointing this out. Sorry for the delay. This is definitely a bug, as the tutorial states you should be seeing a default "missing" object. We'll take a look at this, but in the meantime, you can skip this step and add the provider in the next step.
Hello all, @thomaspaulin @kelliott121 @trusktr This is working now in our latest version of Open MCT (1.8.1-SNAPSHOT), you wouldn't need to do anything on a fresh install, but if you're working from previous versions, you will want to remove the node_modules folder and the package-lock.json and npm install and npm start.
Going to close this now, if anything else comes up let us know!
I've used
git checkout -f part-b-step-2
to checkout out the tag. I then copied the code snippet to create the dictionary pluginStarting the application I see only "Loading..." in the object tree. I added console log call to the plugin function before and after calling
addRoot
. These both ran as expected. This says to me something is going wrong in theaddRoot
function at this particular tag.I checked out the next step with
git checkout -f part-b-step-3
but see the same behaviour.git checkout -f part-c
is okay.I see this behaviour in Chrome (Version 89.0.4389.90) and Firefox (86.0) and ran
npm install
before starting the application.