Snackbar not opening after Mutation
问题 I want that a snackbar opens up in case the mutation is not completely successful. In this case, handleOpen() is called. For When I hit the button, the mutation takes place and my page crashes. I get an error that TypeError: undefined is not an object (evaluating 'children.props.style') When I remove the setStatus from my handleOpen function, the page doesn't crash. Oops is printed. For Snackbar, I am using ``open={status}``` Here's my remaining code: export default function RemoveUserPage()