Replies: 1 comment 4 replies
-
Do you have any reproducible examples of some weird errors that you're getting? That would help with this discussion. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using xstate for awhile, absolutely love it. It has changed the way I think about asynchronous/synchronous operations. However, as my programs are less likely to run into impossible bugs, I personally have ran into a ton of time consuming xstate cryptic bugs message (ie. type of undefined from some big/not yet refactored machines, StateNode invalid, etc and a lot more) without pointing to the problem but only to the start/beginning of the great createMachine object. Some might say TS solves all of my problems, I agree it might help but not all project has the luxury of being written/configured in TS.
I do not know if there is a better way to combat this, as my state machines are getting more features, more complex, I feel a great hesitation to touch or even look at them.
Would love to hear from you guys.
Beta Was this translation helpful? Give feedback.
All reactions