uiFunctions receive state and routeParams
This commit is contained in:
parent
c2b2fc3782
commit
bd5adc45cb
|
@ -27,7 +27,7 @@ export const buildCodeForScreens = screens => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const buildComponentCode = componentProps =>
|
const buildComponentCode = componentProps =>
|
||||||
`"${componentProps._id}" : (render, context) => {
|
`"${componentProps._id}" : (render, context, state, routeParams) => {
|
||||||
${componentProps._code}
|
${componentProps._code}
|
||||||
},
|
},
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue