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

The example multiple-clicks throw an error #122

Open
jeromedecoster opened this issue Sep 13, 2016 · 1 comment
Open

The example multiple-clicks throw an error #122

jeromedecoster opened this issue Sep 13, 2016 · 1 comment

Comments

@jeromedecoster
Copy link

Hi,

The example multiple-clicks doesn't works.

It throw an error because it uses require('flyd-aftersilence')
https://github.com/paldepind/flyd/blob/master/examples/multiple-clicks/script.js#L2

This is because this npm module has the dependency "flyd": "0.1.x"
https://github.com/paldepind/flyd-aftersilence/blob/master/package.json#L31

The example need to require the internal module instead
require('flyd/module/aftersilence')

@anodynos
Copy link

anodynos commented Dec 7, 2016

It worked fine with me, even with this outdated code.

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