You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- extract prop typings into its own separate type definition
- dedupe type definition
- remove props destructuring since it makes it less clear if a value comes from props
- fix hydration mismatch when rendering caused by figure nested inside p
- safer null/undefined check by enforcing the value to be boolean
- added missing type annotations in some components
- updated svgr config according to docs
Jika sudah setup basis data, ritual selanjutnya adalah lakukan migrasi database dengan perintah `php artisan migrate`.
55
56
Jika basis data yang kita deklarasikan di file `.env` belum dibuat, maka Laravel secara otomatis akan 'bertanya' via cli (atau terminal) apakah mau 'dibuatkan' atau tidak.
0 commit comments