We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c5ed5 commit be9ec71Copy full SHA for be9ec71
1 file changed
example/src/App.tsx
@@ -30,12 +30,12 @@ export default function App() {
30
const users = queryUsers();
31
// console.warn('db users', users);
32
setUsers(users);
33
- typeORMInit().then(() => {
34
- console.warn('typeorm initialized!');
35
- typeORMGetBooks().then((books) => {
36
- console.warn('typeORM books', books);
37
- });
38
+ // typeORMInit().then(() => {
+ // console.warn('typeorm initialized!');
+ // typeORMGetBooks().then((books) => {
+ // console.warn('typeORM books', books);
+ // });
39
}, []);
40
41
return (
0 commit comments