-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add update form #437
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…te, defaulted to system
src/components/FormEditor.tsx
Outdated
} | ||
}} | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [editorRef?.current?.getInstance().getMarkdown(), initialValue]); |
Check warning
Code scanning / ESLint
verifies the list of dependencies for Hooks like useEffect and similar Warning
); | ||
setLoading(false); | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [selectedYear, selectedSemester]); |
Check warning
Code scanning / ESLint
verifies the list of dependencies for Hooks like useEffect and similar Warning
|
||
type TSemesterMap = { | ||
// eslint-disable-next-line no-unused-vars | ||
[semesterId in TSemesterId]: Date; |
Check warning
Code scanning / ESLint
disallow unused variables Warning
Added update for course reviews. Also updated the card to use toastui instead