Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const aThing = {
aFunc: () => {
return 10
},
aVal: "Test",
aObj: {
nested: true,
num: 12312314,
},
aArr: [1, "two", { three: true }],
}
Reactotron.repl("thing", aThing)
Reactotron.repl("aString", "Hello")
const anotherTHing = [1, 2, { how: { awesome: { iz: { allThis: true } } } }]
Reactotron.repl("anotherThing", anotherTHing)
},
aVal: "Test",
aObj: {
nested: true,
num: 12312314,
},
aArr: [1, "two", { three: true }],
}
Reactotron.repl("thing", aThing)
Reactotron.repl("aString", "Hello")
const anotherTHing = [1, 2, { how: { awesome: { iz: { allThis: true } } } }]
Reactotron.repl("anotherThing", anotherTHing)
Reactotron.connect()
Reactotron.clear()
const aThing = {
aFunc: () => {
return 10
},
aVal: "Test",
aObj: {
nested: true,
num: 12312314,
},
aArr: [1, "two", { three: true }],
}
Reactotron.repl("thing", aThing)
Reactotron.repl("aString", "Hello")
const anotherTHing = [1, 2, { how: { awesome: { iz: { allThis: true } } } }]
Reactotron.repl("anotherThing", anotherTHing)