hotwired / stimulus

A modest JavaScript framework for the HTML you already have
https://stimulus.hotwired.dev/
MIT License
12.73k stars 426 forks source link

Fix Inconsistency with Callback Ordering (#759) #760

Open zacheryph opened 8 months ago

zacheryph commented 8 months ago

This resolves #759 and ensures lifecycle callbacks are documented in the order they happen. This was validated by simply having the 4 lifecycle callbacks print to console, and having a button to remove the controller element from the document.

Screenshot 2024-03-19 at 4 16 04 PM