-
Notifications
You must be signed in to change notification settings - Fork 177
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
Cannot read properties of undefined (reading 'length') #622
Comments
Why this, can you just replace all |
Who is sending this? Anyone knows? I need to find ts type for Seem to be this https://github.com/noflo/noflo-runtime-base/blob/36ff1a439e1df9ad7611afd3cda908cce9e14fe2/src/protocol/Component.js#L202-L209
|
only
inPorts
andoutPorts
exists on component, noinports
, soinports
is undefined.I get library by this, there is no doc on this, I read the source to learn this:
So library constructed from noflo's
new ComponentLoader().listComponents()[0].getComponent()
is not assignable to<TheGraph.App />
?The text was updated successfully, but these errors were encountered: