jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

afterReflex, reflexSuccess, reflexError don't trigger if the element which "caused" the reflex isn't present on the page after the reflex.. #133

Closed paulik123 closed 3 years ago

paulik123 commented 3 years ago

As the title suggets. I'm not sure if it's a bug, or if this is the intended functionality.

jonathan-s commented 3 years ago

Yes that's expected > https://docs.stimulusreflex.com/appendices/troubleshooting#dont-modify-the-dom-in-the-middle-of-a-reflex

I should make sure that piece of docs is in sockpuppet as well.