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
Hi, i follow the tutorial, and when i try to execute the library of pipeline.min.js, it shows up this error in chrome devTool, by the way i'm using <script> method to import those libraries, thanks and regards, :) Uncaught TypeError: t.omitBy is not a function
at n.value (VisualStep.js:101)
at n.value (VisualStep.js:71)
at n (VisualStep.js:44)
at n (VisualGroup.js:14)
at new n (VisualWorkflow.js:12)
at tn (Visualizer.js:39)
at n (Visualizer.js:393)
at e.value (Visualizer.js:412)
at e.value (Visualizer.js:258)
at files:145
The text was updated successfully, but these errors were encountered:
Hi @RuJyi , thanks for pointing this out.
This issues seems to be caused by PR #26 which changed a set of dependencies to be loaded.
Fixed in 3753e74 (link-library.md)
Only following imports shall be included into <script> tag
Hi, i follow the tutorial, and when i try to execute the library of pipeline.min.js, it shows up this error in chrome devTool, by the way i'm using <script> method to import those libraries, thanks and regards, :)
Uncaught TypeError: t.omitBy is not a function
at n.value (VisualStep.js:101)
at n.value (VisualStep.js:71)
at n (VisualStep.js:44)
at n (VisualGroup.js:14)
at new n (VisualWorkflow.js:12)
at tn (Visualizer.js:39)
at n (Visualizer.js:393)
at e.value (Visualizer.js:412)
at e.value (Visualizer.js:258)
at files:145
The text was updated successfully, but these errors were encountered: