-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import not working (duplicate inlet/outlet) #464
Comments
@badgeek Please give me the example of your code. What do you mean by importing from JSON? Is just the node definition stored there? |
i managed to fix it by replacing original code in plain import like this: `
` |
Hmm, now I got the problem, thank you! I will try to investigate into it. |
And it's very nice to see the project has its usage and it looks awesome! :) |
thanks also for RPD. im a big fan of data flow programming, was using JSplumb for another project but RPD is more suitable for the project im working on now |
when i try to import node from json/plain, everything seems duplicated both inlet and outlet, any fix to this?
The text was updated successfully, but these errors were encountered: