© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Scribe of the Ziggurat
I code
Excellent and straight to the point - thanks.
Im having issues with app.js - the part where its assigning
hooks: hooks,
Is throwing a js error "hooks is not defined"
just trying to debug that today.
just declaring an empty hooks seemed to fix it all up
let hooks = {};
Sergio Tapia
CTO | VP of Engineering | Elixir and Phoenix Liveview
You're right! Scribe of the Ziggurat
I had that in my code but forgot to update the article, it's all fixed. Thank you!