1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

uiFunctions receive state and routeParams

This commit is contained in:
Michael Shanks 2020-02-21 23:01:16 +00:00
parent c2b2fc3782
commit bd5adc45cb

View file

@ -27,7 +27,7 @@ export const buildCodeForScreens = screens => {
}
const buildComponentCode = componentProps =>
`"${componentProps._id}" : (render, context) => {
`"${componentProps._id}" : (render, context, state, routeParams) => {
${componentProps._code}
},
`