You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nevermind. I had 2 instances of Jets, and the first instance manualContentHandling was okay. The 2nd one never ran, but i moved everything to the first instance. Not sure if this is by design or if its a bug, but figured its worth mentioning.
Hey
it should not work the way you described, each instance should has own manualContentHandling..
could you please provide example (at least simplified) at codepen?
heres a simplified codepen example. I have 2 instances of Jets, targeting the same class, ".plate". Check the console, i put console.logs in them, and only the 1st one runs.
the "console.log('filtering by attribute...');" doesnt run in the manualContentHandling method.
I couldnt find any documentation on using both, only separately.
The text was updated successfully, but these errors were encountered: