Skip to content

Commit

Permalink
example app
Browse files Browse the repository at this point in the history
  • Loading branch information
sarath263 committed Jul 7, 2024
1 parent c3fff6f commit b589c8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"native-state-react": "^1.9.5",
"native-state-react": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App() {

setInterval(() => {
setState({school:{time:new Date().toISOString(),class:"V"}});
}, 3000);
}, 5000);
},[]);
return (
<div className="App">
Expand Down

0 comments on commit b589c8d

Please sign in to comment.