cms
cms copied to clipboard
fix imports and minor bugs
PR Fixes:
- 1 FIx all Next import
- 2 Added prisma:dev stript so use have to run only one command
- 3 add missing Dependencies to useEffect and useCallback for optimtizion (please check that part stictly)
- 4 Added missing key props
- 5 Fix cosole errors in browser
- 6 husky install is now depricated it's now husky
- 7 add suppressHydrationWarning in html tag to brower console error
It's my first time contributing, so please check thoroughly I don't want to cause error if you see this. thankyou for looking my PR.
Error still left 1 - In .eslintrc error - Expected a JSON object, array or literal.jsonc ( change to object or use next lint ) 2 - in src\components\ContentCard.tsx Line 73 contentId can be number and undfiend ( Make it optional src\components\videothumbnail.tsx )
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure there is no similar/duplicate pull request regarding same issue