You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to trigger a 400 error response when there are unknown properties present in the request body. However, it seems that the strict and refine functions are not working as expected in this context. How can I resolve this problem?
I'm attempting to trigger a 400 error response when there are unknown properties present in the request body. However, it seems that the
strictandrefinefunctions are not working as expected in this context. How can I resolve this problem?