FIX: Server side rendering was broken with new helperContext()

This commit is contained in:
Robin Ward 2020-08-19 16:11:36 -04:00
parent a3fb732b23
commit 2523a21fc3
2 changed files with 8 additions and 1 deletions

View File

@ -36,4 +36,4 @@
</div>
{{plugin-outlet name="discovery-below"}}
{{/if}}
{{/if}}

View File

@ -16,6 +16,13 @@ define("I18n", ["exports"], function(exports) {
exports.default = I18n;
});
// Formatting doesn't currently need any helper context
define("discourse-common/lib/helpers", ["exports"], function(exports) {
exports.helperContext = function() {
return {};
};
});
__utils = require("discourse/lib/utilities");
__emojiUnicodeReplacer = null;