Skip to content
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

Circular connections will cause the page to crash #45

Open
Reekin opened this issue May 3, 2024 · 1 comment
Open

Circular connections will cause the page to crash #45

Reekin opened this issue May 3, 2024 · 1 comment

Comments

@Reekin
Copy link

Reekin commented May 3, 2024

I yarn dev the react-example project and tried connecting a color outpin to its parent's color inpin, and got an error.

Compiled with problems:
×
ERROR
[MobX] invalid action stack. did you forget to finish an action?
at die (http://localhost:3000/bundle.js:14092:11)
at _endAction (http://localhost:3000/bundle.js:15128:5)
at executeAction (http://localhost:3000/bundle.js:15086:5)
at Output.connect (http://localhost:3000/bundle.js:15069:12)
at at.commitDraftConnection (http://localhost:3000/bundle.js:72406:1679)
at Be (http://localhost:3000/bundle.js:72394:83826)
at at.commitDraftConnection (http://localhost:3000/bundle.js:72394:83670)
at http://localhost:3000/bundle.js:72477:760
at HTMLUnknownElement.callCallback (http://localhost:3000/bundle.js:24584:14)
at Object.invokeGuardedCallbackDev (http://localhost:3000/bundle.js:24633:16)
ERROR
[MobX] invalid action stack. did you forget to finish an action?
at die (http://localhost:3000/bundle.js:14092:11)
at _endAction (http://localhost:3000/bundle.js:15128:5)
at executeAction (http://localhost:3000/bundle.js:15086:5)
at Output.connect (http://localhost:3000/bundle.js:15069:12)
at at.commitDraftConnection (http://localhost:3000/bundle.js:72406:1679)
at Be (http://localhost:3000/bundle.js:72394:83826)
at at.commitDraftConnection (http://localhost:3000/bundle.js:72394:83670)
at http://localhost:3000/bundle.js:72477:760
at HTMLUnknownElement.callCallback (http://localhost:3000/bundle.js:24584:14)
at Object.invokeGuardedCallbackDev (http://localhost:3000/bundle.js:24633:16)
ERROR
Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subscriber.js.ConsumerObserver.next (http://localhost:3000/bundle.js:56367:17)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subscriber.js.Subscriber._next (http://localhost:3000/bundle.js:56331:26)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subscriber.js.Subscriber.next (http://localhost:3000/bundle.js:56302:18)
at http://localhost:3000/bundle.js:56120:34
at Object.errorContext (http://localhost:3000/bundle.js:64334:9)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subject.js.Subject.next (http://localhost:3000/bundle.js:56110:24)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.ReplaySubject.next (http://localhost:3000/bundle.js:55982:31)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subscriber.js.ConsumerObserver.next (http://localhost:3000/bundle.js:56364:33)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subscriber.js.Subscriber._next (http://localhost:3000/bundle.js:56331:26)
at webpack_modules.../../node_modules/rxjs/dist/cjs/internal/Subscriber.js.Subscriber.next (http://localhost:3000/bundle.js:56302:18)

image

@Reekin
Copy link
Author

Reekin commented May 3, 2024

I want to use it to implement a flow graph without data observation, but the observable param is indispensable. That's a little awkward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant