React useContext() causes fetch API to stop working
I am trying to implement useContext()
in my React app in order to maintain a state in different pages. Upon debugging my script, I realized even adding my useContext()
component to one of my pages causes all of the fetch
functions in the page to break.