Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t.omitBy is not a function #39

Open
phonist opened this issue Jun 28, 2017 · 1 comment
Open

t.omitBy is not a function #39

phonist opened this issue Jun 28, 2017 · 1 comment

Comments

@phonist
Copy link

phonist commented Jun 28, 2017

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

@sidoruka
Copy link
Contributor

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

<link rel="stylesheet" href="dist/pipeline.min.css">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/lodash/lodash.js"></script>
<script src="dist/pipeline.min.js"></script>

Could you please verify, does it fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants