Skip to content

Commit 57b8f39

Browse files
fix(overmind-devtools): make runtimehost default to empty string
1 parent 0904cf0 commit 57b8f39

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/overmind-devtools/src/overmind

1 file changed

+1
-1
lines changed

packages/node_modules/overmind-devtools/src/overmind/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type State = {
4848

4949
const state: State = {
5050
isShowingRuntimeConfig: false,
51-
runtimeHost: null,
51+
runtimeHost: '',
5252
runtimeError: null,
5353
runtimeLoading: true,
5454
runtimeConnected: false,

0 commit comments

Comments
 (0)