Commit 4704951
authored
fix(quality): wire registryProp to App render so no-unused-vars passes (#269)
`registryProp` was declared but never passed to `App` in the render
function, causing the single ESLint `no-unused-vars` failure on the
quality CI job. Adds `registry: registryProp` to the render props so
the v2 component registry (registry.js) is actually forwarded to
CnAppRoot — matching the pattern used by procest/mydash.
Fixes ConductionNL/hydra#3071 parent c88e205 commit 4704951
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments