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
Warnings started appearing after a recent Vue update:
console.warn
[Vue warn]: Wrong type passed as event handler to onLeaveCancelled - did you forget @ or : in front of your prop?
Expected function or array of functions, received type string.
at <Transition name="collapse" onBeforeAppear=fn<bound beforeAppear> onAppear=fn<bound appear> ... >
at <CollapseTransition onAfterEnter=fn<bound afterFiltersExpand> onEnterCancelled=fn<bound cancelledFiltersExpand> >
The text was updated successfully, but these errors were encountered:
Warnings started appearing after a recent Vue update:
The text was updated successfully, but these errors were encountered: