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
The library is using some globals (window.Flow and window.FustyFlow) instead of requiring them and
the FustyFlow class is never imported when using npm require.
This makes using it with webpack and other module bundlers very tricky.