flydelabs / flyde

🌟 Open-source, visual programming for developers. Includes a VS Code extension, integrates with existing TypeScript code, browser and Node.js.
http://www.flyde.dev/
Other
1.96k stars 48 forks source link

Duplicate entries when using custom component libraries #161

Open trustmaster opened 1 week ago

trustmaster commented 1 week ago

I'm using Flyde with custom components declared in .flyde.ts files. One annoying issue is that modules get duplicated as many times as the number of nodes they contain in the "Current project" menu:

Screenshot 2024-09-22 at 12 10 12

For example, you can reproduce it if you clone https://github.com/trustmaster/pyflyde and open examples/HelloPy.flyde.

GabiGrin commented 1 week ago

@trustmaster weird! will take a look soon