nextjs-course icon indicating copy to clipboard operation
nextjs-course copied to clipboard

Results 23 nextjs-course issues
Sort by recently updated
recently updated
newest added

Theme-ui's latest version includes a dependency from mdx-js/react which breaks Theme-ui due to mdx-js having migrated to ES Modules whereas Theme-ui is still using CommonJS. This can be fixed by...

fixing typo 'Extr' to 'Extra'

Saw a litte typo in the config content and decided to fix it.

Should be next.config.js and not next-config.js

Each child in a list should have a unique "key" prop error solved. The Key was set on the wrong item. Fix #29

Going through the course i noticed some typos, is it ok if I fork the code and make some corrections...

```text create note => POST /api/note update note => PATCH /api/note/:id delete note => DELETE /api/note/:id get one note => GET [DELETE]] /api/note/:id get all notes => GET [DELETE] /api/note/...

Changed from delete to get for getting all the notes .... on line 59

fixes broken link to next.js constants page in source code