We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bca274 commit 519cbf4Copy full SHA for 519cbf4
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -80,6 +80,7 @@ function RemoteFunctions(config = {}) {
80
81
// initialized from config, defaults to true if not set
82
let imageGallerySelected = config.imageGalleryState !== undefined ? config.imageGalleryState : true;
83
+ config.strings = config.strings || {};
84
85
86
var req, timeout;
0 commit comments