mirror of
https://github.com/fluencelabs/fluid
synced 2025-07-31 04:01:56 +00:00
add timeout
This commit is contained in:
@@ -10,7 +10,8 @@ import ConnectionToggle from "./ConnectionToggle";
|
||||
class App extends Component {
|
||||
|
||||
componentDidMount() {
|
||||
console.log(`
|
||||
setTimeout(() => {
|
||||
console.log(`
|
||||
|
||||
Hello, Fluencer!
|
||||
Thank you for trying Fluence out!
|
||||
@@ -29,7 +30,8 @@ fluenceSession.request('{"action": "Fetch", "offset": 0, "limit": 1}').then((r)
|
||||
|
||||
|
||||
`)
|
||||
}
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user