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
is this issue currently blocking your project? (yes/no): yes
is this issue affecting a production system? (yes/no): no
Context
node version: v16.14.0
module version with issue: v17.9.2
last module version without issue: N/A
environment (e.g. node, browser, native): browser
used with (e.g. hapi application, another framework, standalone, ...): react-hook-form resolver for joi
any other relevant information: N/A
What are you trying to achieve or the steps to reproduce?
I'm trying to get the presence of a field. So, trying to learn if presence is optional or required. In order to get that I'm using $_getFlag but it doesn't work.
Support plan
Context
What are you trying to achieve or the steps to reproduce?
I'm trying to get the presence of a field. So, trying to learn if presence is optional or required. In order to get that I'm using
$_getFlag
but it doesn't work.What was the result you got?
Works:
Works:
Doesn't Work:
What result did you expect?
Expected to receive 'option' or 'required' but received undefined.
The text was updated successfully, but these errors were encountered: