Vidly project: Delete movie event handler not working

I made an alternative implementation of the Vidly project using React Hooks, and got stuck at this issue: my button is not deleting the movie item.

I’m looking to understand what went wrong in the way I approached updating the state in my MovieList component.

Here is the project uploaded online, it opens at the file the issue is coming from:

Thank you for your time!

If anybody is still interested, I fixed the issue!
Deleting movie functionality is not working, plus the pagination. Written with React Hooks:

1 Like