Skip to content

Commit b38763c

Browse files
authored
fix: remove host from Reactotron.configure (#2573)
See infinitered/reactotron#1311
1 parent 294a72c commit b38763c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boilerplate/app/devtools/ReactotronConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { Reactotron } from "./ReactotronClient"
1616

1717
const reactotron = Reactotron.configure({
1818
name: require("../../package.json").name,
19-
host: "localhost",
2019
onConnect: () => {
2120
/** since this file gets hot reloaded, let's clear the past logs every time we connect */
2221
Reactotron.clear()

0 commit comments

Comments
 (0)