-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
getPallete running multiple times #34
Comments
I cannot reproduce this issue on my end. The callback is called exactly once. |
I'm having the exact same issue. Will try to prepare some jsFiddle example later today. |
I just published v3.0.0-alpha.1. Could you see if this issue persists in the new version? |
Yes, now it works like a charm (triggering only once). 👍 It should be a separate issue but I just want to drop a quick note that it bothers me that loading v3.0.0.alpha.1 using async import: System.import('node-vibrant').then(function (importedObject) {
self.vibrant = importedObject;
}); will not work because object returned from System.import('node-vibrant').then(function (importedObject) {
self.vibrant = Vibrant;
}); It was working correctly in previous vibrant versions. |
Good to know. I opened a separate issue to track the other issue. #40 |
Hi thanks for awesome plugin..
I'm running this code:
the Vibrant code works fine except it runs multiple times instead of once, I'm not sure
what I'm doing wrong here.. could you please help me figure out this issue?
thnx!
The text was updated successfully, but these errors were encountered: