forked from jywarren/image-sequencer
-
Notifications
You must be signed in to change notification settings - Fork 209
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
replaceImage() returns error #147
Labels
Comments
The contributors most likely able to help are: |
@ccpandhare if you have a chance to try a fix for this, much appreciated! I tried a couple things and didn't make a lot of progress :-/ |
Sure will do that!
…On Tue, Oct 24, 2017, 08:43 Jeffrey Warren ***@***.***> wrote:
@ccpandhare <https://github.com/ccpandhare> if you have a chance to try a
fix for this, much appreciated! I tried a couple things and didn't make a
lot of progress :-/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AT0xnF0qvxIRxkveUAYFZBjZSQubcITMks5svVXbgaJpZM4P_wg_>
.
|
Sorry, this was a mistake on my part. |
Merged
Closed
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see an error on running:
in the console on the demo
The error is at
addSteps()
on this line, which by the way maybe should be broken into multiple lines for readability:https://github.com/publiclab/image-sequencer/blob/master/src/ReplaceImage.js#L28
I think this is because in
loadImage()
we don't returnthis
and so it's not chainable. That's on this line:Should
return this
go here? -- https://github.com/publiclab/image-sequencer/blob/master/src/LoadImage.js#L100We should solve this but also add tests for:
replaceImage()
works (this should be testable, no?)Thanks!
The text was updated successfully, but these errors were encountered: