Skip to content

chore: [SIW-1268] Deletion of optional attributes from the credential issuer entity configuration #725

chore: [SIW-1268] Deletion of optional attributes from the credential issuer entity configuration

chore: [SIW-1268] Deletion of optional attributes from the credential issuer entity configuration #725

Triggered via pull request January 27, 2025 15:57
Status Success
Total duration 4m 5s
Artifacts

code-review.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
code_review: example/src/components/IdpsGrid.tsx#L78
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “IdpsGrid” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
code_review: example/src/components/debug/DebugPrettyPrint.tsx#L93
'_' is already declared in the upper scope on line 15 column 8