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
After the refactor, I broke this by removing the bind in the hooks.
Adding the bind to the callback function retains the this context while
keeping the modularity of the hooks property.
Fixes#162
Plugin throws
Cannot read property 'prepare' of undefined
when recompilingThis happens in version 1.1.8 after updating some code and te watcher kicks in to recompile.
The text was updated successfully, but these errors were encountered: