Replies: 1 comment
-
|
Hey - do you have a small reproducible example?
This normally points to some other issues with the Renderer itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when I try to test nested object validations, I get
The render handle is not yet assignederror. Upon further debug, I noticed that form submission is valid even though I was not passing some values... Same code, same test which was working previously.. I just removed implementation fromIValidatableObjectand replaced with[ValidatableType]attribute.. is it because bunit not considering the source generated code?Beta Was this translation helpful? Give feedback.
All reactions