Closed scanarjo closed 8 years ago
@scottaj91 apologies for the headache on this. I will look into it and get a fix up.
@ifandelse Brilliant. Much appreciated. Have reverted to 2.0.0 for now.
@scottaj91 give v2.0.4 a shot and let me know if that clears things up for you.
Yeah the conditional guard you put in has fixed the issue for our app. Thanks for the quick turnaround! :)
I added postal.js 2.0.3 to our app which already relies heavily on lodash.
After loading postal the app no longer works as lodash has been unbound from window. due to the call to .noConflict() when postal is loaded.
The change was introduced here: d9bd448ea0853fb8d93b0efd398e7985c167b131.
(PS: I hope I've not misunderstood something basic!)