Adrian Adewunmi

Results 19 issues of Adrian Adewunmi

# Description Fixed Issue: Not having a specific folder for the new project Fixes #(34) Project #28 does not follow repo guidance. Specifically: Not having a specific folder for the...

# Description Add README.md with detailed guidance for the project description, setup and demo output. Fixes #(34) Project #28 does not follow repo guidance. * Not having a specific folder...

Created project README.md file for users of this repository.

Update README.md file with some improvements to give users of the repo more information about it.

Hi, I'm get this error message when I try to execute fetch. Any ideas for a fix? Thanks

Hi, Had this error and found a solution. It's caused by a typo: "quesiton". Check out -> File: game.html Line 14: `What is the answer to this questions?` Easy fix!...

1. Encountered the following error when I clicked the delete button. `TypeError: PostMessage.findByIdAndRemove is not a function` 2. Source: ``` server/controllers/post.js - deletePost() export const deletePost = async (req, res)...

Hi, as par > Switch is not exported from ‘react-router-dom’ in React” Error I refactored App.js to use `` instead of ``

Hi, thought I'd contribute this project by refactoring client/scr/index.js to use configureStore() method instead of createStore() method.

This post is for anyone who encounters the same issue. Ran `npm install @material-ui/core` at console Got the following output: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...