How to have an MUI Alert popup on data fetch error
Unanswered
Birman posted this in #help-forum
BirmanOP
I’m fetching from the server but I don’t want the whole page replaced on a data fetch error. I just want an alert to popup. I can’t use a state in a server component and error.js replaces the whole page.