documentation
This commit is contained in:
parent
6c95030791
commit
038c27fa40
|
@ -111,6 +111,8 @@
|
|||
)
|
||||
})
|
||||
|
||||
// This gets event handlers nested within properties
|
||||
// like the buttons property within a table.
|
||||
Object.entries(component)
|
||||
.filter(([key]) => key !== "_children")
|
||||
.forEach(([propName, propValue]) => {
|
||||
|
|
Loading…
Reference in New Issue