You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First guys thank you for the great instrument it helps me a lot!
What happened:
I'm utilizing workflow.toJson and workflow.fromSource to duplicate the workflow. The behavior I'm observing is that when I invoke workflow.toJson, it appears to internally employ an asynchronous process. This seems to result in React relinquishing control before the toJson method has completed its execution. Maybe the problem is in validation lib that you are using?
What you expected to happen:
toJson method should work sync
How to reproduce it:
Anything else we need to know?:
Environment:
google chrome, windows, ubuntu
The text was updated successfully, but these errors were encountered:
First guys thank you for the great instrument it helps me a lot!
What happened:
I'm utilizing workflow.toJson and workflow.fromSource to duplicate the workflow. The behavior I'm observing is that when I invoke workflow.toJson, it appears to internally employ an asynchronous process. This seems to result in React relinquishing control before the toJson method has completed its execution. Maybe the problem is in validation lib that you are using?
What you expected to happen:
toJson method should work sync
How to reproduce it:
Anything else we need to know?:
Environment:
google chrome, windows, ubuntu
The text was updated successfully, but these errors were encountered: