xstate-tools
xstate-tools copied to clipboard
XState VSCode extension shows `__@@INLINE_IMPLEMENTATION@@__` string for all `onDone, onError` handlers in visualization
Hi. With last extension updates I see that my XState graph became much bigger.
I see string __@@INLINE_IMPLEMENTATION@@__
near each onDone, onError handler
I have such code for async actions
What can I do to avoid showing such big string that ruins my graph visualization? Maybe can I give custom name for it?