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
backburner.js:832 Uncaught TypeError: method is not a function
at Backburner._join (backburner.js:832)
at Backburner.join (backburner.js:612)
at Function.join (index.js:164)
at routeAction (route-action.js:55)
at Class.didReceiveAttrs (component.js:118)
at Class.trigger (core_view.js:62)
at Class.superWrapper [as trigger] (ember-utils.js:308)
at CurlyComponentManager.update (ember-glimmer.js:3814)
at UpdateComponentOpcode.evaluate (runtime.js:1537)
at UpdatingVM.execute (runtime.js:3644)
Both the action and handler end up being undefined for some reason. This action fires fine in some situations, but when it's called on didReceiveAttrs in other situations it seems to do this.
The action is assigned in the index route, but defined in the parent route.
Both the action and handler end up being undefined for some reason. This action fires fine in some situations, but when it's called on
didReceiveAttrs
in other situations it seems to do this.The action is assigned in the
index
route, but defined in the parent route.index:
the
onSetup
is fired indidInsertElement
anddidReceiveAttrs
if the component rerendered with a specific object again.parent:
The text was updated successfully, but these errors were encountered: