add pre-layout hook for consistency between getRenderProps and render
This commit is contained in:
parent
4b0ccda70f
commit
922cfd02b9
3 changed files with 64 additions and 56 deletions
|
@ -17,6 +17,7 @@ export function Hooks() {
|
|||
preSample: [],
|
||||
postSample: [],
|
||||
preRender: [],
|
||||
preLayout: [],
|
||||
postLayout: [],
|
||||
postRender: [],
|
||||
insertText: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue