You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The usual way I develop/debug is to use part(GalyleoDashboardStudio).openInWorld() from js workspace. And then of course I have to "fix undeclared variables" to get the imports in. However, since I upgraded, I'm not seeing the import choices for part or GalyleoDashboardStudio in the popup dialog; I just see the ignore and global choices. I can still instantiate these from a browser with the imports done, and presumably if I import by hand into the js workspace that will be fine, too. But the automated search feature was really nice
To Reproduce
Steps to reproduce the behavior. Please make sure to let us know if your problem requires the loading of custom components,...
Screenshots
Here's the popup when searching for part
Setup
Please delete non-applicable items!
Windows
Linux
Version: Please paste the lively.next commit on which the problem occurred here (use the copy button of the Version Checker in the bottom left corner). 6da99ba
The text was updated successfully, but these errors were encountered:
And when I try a manual import, I get the wrong part, even though I copied from a module from which the instantiation worked.
Here's the copied code:
import { component, ViewModel, part } from 'lively.morphic/components/core.js';
import { GalyleoDashboardStudio } from 'galyleo-dashboard/studio/ui.cp.js';
part(GalyleoDashboardStudio).openInWorld()
Appears to be an issue with the fast load of the lively world. However I cant seem to reproduce it. Do you have local changes in the core libraries of lively.next? Have you run install.sh after pulling the changes?
Describe the bug
The usual way I develop/debug is to use
part(GalyleoDashboardStudio).openInWorld()
from js workspace. And then of course I have to "fix undeclared variables" to get the imports in. However, since I upgraded, I'm not seeing the import choices forpart
orGalyleoDashboardStudio
in the popup dialog; I just see the ignore and global choices. I can still instantiate these from a browser with the imports done, and presumably if I import by hand into the js workspace that will be fine, too. But the automated search feature was really niceTo Reproduce
Steps to reproduce the behavior. Please make sure to let us know if your problem requires the loading of custom components,...
Screenshots
Here's the popup when searching for
part
Setup
Please delete non-applicable items!
Version: Please paste the lively.next commit on which the problem occurred here (use the copy button of the Version Checker in the bottom left corner).
6da99ba
The text was updated successfully, but these errors were encountered: