-
Notifications
You must be signed in to change notification settings - Fork 210
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
this.stringToSteps is not a function in ReplaceImage #1030
Comments
On it. A little help, how to reproduce this on Image Sequencer? This runs in the browser context, right? I'll solve this and #1029 in the same PR |
Ah, yes. Uh, i think we can initialize a new sequencer with |
I'll get it working, then. See if we can create a test case here too. |
@jywarren I think I managed to get this working, however, I want to test it out once. The browser script should run, but is not for me, for some reason. The image having that CSS selector remains unchanged with undefined console output. Were you able to reproduce this in the console? |
Hmm, so, can you show the solution you've got in a PR? I can try testing it, or if you want to download https://publiclab.github.io/leaflet-tile-filter/ and point it at your modified version, to confirm, that'd work too. Thanks! |
Hi @VibhorCodecianGupta -- thank you SO MUCH for #787 -- i'm really excited to put it to use.
I noticed an error in
replaceImage
--Uncaught TypeError: this.stringToSteps is not a function
It seems to be related to
this
scope in this segment of code:image-sequencer/src/ReplaceImage.js
Lines 43 to 54 in e7fbada
You can reproduce it by clicking any button on this page:
https://publiclab.github.io/leaflet-tile-filter/
Would you have a little time to check this out? Thank you so much!
The text was updated successfully, but these errors were encountered: