aiwon0035 / timetable

https://timetable-kappa-ruby.vercel.app
1 stars 0 forks source link

開始日を入力したら自動で1週間分の日付と曜日が入る #6

Closed aiwon0035 closed 6 months ago

aiwon0035 commented 7 months ago

MUI https://mui.com/x/react-date-pickers/getting-started/

MUIとTailwindは併用しないことにする https://flowbite.com/docs/plugins/datepicker/

やっぱこれ https://www.techpit.jp/courses/15/curriculums/16/sections/150/parts/578

aiwon0035 commented 7 months ago

日付はatomWithStorageでうまく取得できなかった(stringで保存されるため?) →new Date()を通すようにしたらできた

無限ループする →DatePickerのselectedをコメントアウトしたらいけた