Direction for missing "nodeProgramClasses" entry
I copied an example project, and decided I didn't feel like copying over all the different nodeProgramClasses. When I ran my project, I got a strange error with an untraceable call stack. By adding this small check, no such confusion will ever have to happen again.
main.ts:8 Uncaught TypeError: Cannot read properties of undefined (reading 'process') at Sigma.process (main.ts:8:40) at new Sigma (main.ts:8:40) at SigmaSentimentGraph.initRenderer (SigmaGraph.view.ts:80:10) at SentimentMatrix.view.ts:12:26
Pull request type
Check the type of change your PR introduces:
- [x] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
NOTE: Before to create a PR, read our contributing guide
NOTE: Try to limit your pull request to one type, submit multiple pull requests if needed.
What is the current behavior?
Issue Number: N/A
NOTE: Describe the current behavior that you are modifying, or link to a relevant issue.
What is the new behavior?
NOTE: Describe the behavior or changes that are being added by this PR.
Other information
NOTE: Any other information that is important to this PR such as screenshots of how the component looks before and after the change.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey Bot! Couldn't a person at least read this!?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It has been merged .
Thanks for your contribution !