1. Error message – x Expected ‘,’, got ‘{‘ 2. Cause Occurs when the extension of file is wrong 3. For example …
未分類
nextjs: When passing character arguments in router.push
1. When passing character arguments in router.push – fail if there is a space in the character argument …
nextjs : Click side-menu button , reload after the second time
1. Click side-menu button , reload after the second time 2. Seide-menu button – For example, click Cance…
MaterialUI: 3-month calendar with Wednesdays as regular holidays
1. 3-month calendar with Wednesdays as regular holidays – use calendar-picker reference: https://mui.com…
MaterialUI: Change DataGrid to Select One Row
1. Change DataGrid to Select One – Change DataGrid – Check box is hidden – Selection count i…
chakra-react-practice: ../value/index.mjs not found
1. error file chakra-react-practice/node_modules/framer-motion/dist/es/index.mjs 2. patch 13 – export { …
TypeScript:TypeError: Invalid attempt to destructure non-iterable instance.
1. Error Message TypeError: Invalid attempt to destructure non-iterable instance.\n In order to be iterable, n…
https://next-auth.js.org/errors#get_authorization_url_error client_id is required
1. Error https://next-auth.js.org/errors#get_authorization_url_error client_id is required { message: ‘client_…
How to Use the Material-UI Alert Component
1. Display result 2. node modules @mui/material@^5.10.3 react@18.2.0 3. Reference https://mui.com/material-ui/…
MaterialUI: MobileDatePicker – shouldDisableDate
1. modules @mui/x-date-pickers@5.0.0-beta.7 2. import import { LocalizationProvider } from ‘@mui/x-date-picker…