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

Live Demo Not Working #4

Open
anonymousonline opened this issue Dec 10, 2019 · 3 comments
Open

Live Demo Not Working #4

anonymousonline opened this issue Dec 10, 2019 · 3 comments

Comments

@anonymousonline
Copy link

Hi, The live demo does not seem to be working anymore

@dagnew
Copy link

dagnew commented Dec 10, 2019

Change line 140 of index.js to:
question1: '1', question2: '5'
Its expecting underscores/lodash to be loaded, but its not.

@anonymousonline
Copy link
Author

hi @dagnew,
Thank you for your suggestion. I did try that but the demo still does not work, seems the script uses lodash in multiple places

@AnthonyPhan
Copy link

To get the demo to work simply add the following to the top of helpers.js and index.js

import _ from 'lodash';

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

3 participants