-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependentKeys as a function? #677
Comments
Alternatively, is there a way to force revalidation on validators? |
I was able to force this validation to retrigger with some hacking, but surely there is a better way:
I also tried strategies to no avail such as: |
Last thing I'll add in case it helps, the actual inline validator:
|
My dependentKeys are dynamic and can't be known at run time. Is it possible to use a function that returns an array of dependentKeys?
The text was updated successfully, but these errors were encountered: