Skip to content

Commit b851f1a

Browse files
committed
initial set up
1 parent ac01fed commit b851f1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/components/main/TRPC-composer/TRPCComposer.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import {
2323
wsLink,
2424
} from '@trpc/client';
2525

26+
import Store from '../../../toolkit-refactor/store';
27+
2628
/**
2729
*
2830
*/
@@ -33,6 +35,8 @@ export default function TRPCComposer() {
3335
(state: RootState) => state.newRequest.newRequestBody
3436
);
3537

38+
console.log(Store.getState());
39+
3640
/** newRequestFields slice from redux store, contains general request info*/
3741
const requestFields = useSelector(
3842
(state: RootState) => state.newRequestFields

0 commit comments

Comments
 (0)