Skip to content

Commit 519cbf4

Browse files
committed
fix: test framework not loading
1 parent 3bca274 commit 519cbf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function RemoteFunctions(config = {}) {
8080

8181
// initialized from config, defaults to true if not set
8282
let imageGallerySelected = config.imageGalleryState !== undefined ? config.imageGalleryState : true;
83+
config.strings = config.strings || {};
8384

8485

8586
var req, timeout;

0 commit comments

Comments
 (0)