feat(be): add guards, question update api and question delete api #69
Annotations
5 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
apps/client/src/features/auth/auth.hook.ts#L81
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
lint:
apps/client/src/features/auth/auth.hook.ts#L95
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
lint:
apps/client/src/features/session/qna/qna.context.tsx#L14
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
lint:
apps/client/src/pages/QnAPage.tsx#L14
Unexpected console statement
|