1
0
Fork 0

add pre-layout hook for consistency between getRenderProps and render

This commit is contained in:
Enoch Riese 2022-11-14 14:01:50 -06:00
parent 4b0ccda70f
commit 922cfd02b9
3 changed files with 64 additions and 56 deletions

View file

@ -17,6 +17,7 @@ export function Hooks() {
preSample: [],
postSample: [],
preRender: [],
preLayout: [],
postLayout: [],
postRender: [],
insertText: [],