how to handle 404 error in errorNotification?
Hi guys!
I've got kind of problem then i use hook useForm and get initial value from backend - it might be possible then user with this id is not available. I try to handle errors using errorNotification method in useForm, but very strange that i cant handle 404 error using the same structure as then i did it with another errors. how do deal with it?
I've got kind of problem then i use hook useForm and get initial value from backend - it might be possible then user with this id is not available. I try to handle errors using errorNotification method in useForm, but very strange that i cant handle 404 error using the same structure as then i did it with another errors. how do deal with it?

