File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ protected function getSubComponentPropertyNames($component_data_info) {
306
306
$ return [] = 'hooks ' ;
307
307
308
308
foreach ($ component_data_info as $ property_name => $ property_info ) {
309
- if (isset ($ property_info ['component ' ])) {
309
+ if (isset ($ property_info ['component_type ' ])) {
310
310
$ return [] = $ property_name ;
311
311
}
312
312
}
Original file line number Diff line number Diff line change @@ -305,8 +305,9 @@ protected function getSubComponentPropertyNames($component_data_info) {
305
305
// a simple property that then produces the Hooks component.
306
306
$ return [] = 'hooks ' ;
307
307
308
+ dump ($ component_data_info );
308
309
foreach ($ component_data_info as $ property_name => $ property_info ) {
309
- if (isset ($ property_info ['component ' ])) {
310
+ if (isset ($ property_info ['component_type ' ])) {
310
311
$ return [] = $ property_name ;
311
312
}
312
313
}
You can’t perform that action at this time.
0 commit comments