Bannuru-vani / Books

0 stars 0 forks source link

Some rules #14

Closed Bannuru-vani closed 2 weeks ago

Bannuru-vani commented 3 weeks ago
  1. const [character, setCharacter] = useState([]); - here you are storing multiple characters, so you must have called it characters
  2. I asked to use async await, you still using then catch
  3. Missing key again.