jomarko commented on code in PR #3388:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3388#discussion_r2667926303


##########
packages/uniforms-patternfly/src/wrapField.tsx:
##########
@@ -50,7 +50,7 @@ filterDOMProps.register(
 
 type WrapperProps = {
   id: string;
-  error?: boolean;
+  error?: boolean | object;

Review Comment:
   with similar change, I wonder, does backend return still `boolean` in some 
scenarios? Or from now on it is always object. is this object always somehow 
unique or it has some known structure?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to