File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ private function collectDataFromLogger(): void
130130 'input_props ' => $ mountedComponent ->getInputProps (),
131131 'attributes ' => $ mountedComponent ->getAttributes ()->all (),
132132 'template_index ' => $ event ->getTemplateIndex (),
133- 'component ' => $ mountedComponent ->getComponent (),
134133 'depth ' => \count ($ ongoingRenders ),
135134 'children ' => [],
136135 'render_start ' => $ profile [0 ],
Original file line number Diff line number Diff line change 293293 <th scope =" row" >Attributes</th >
294294 <td colspan =" 4" >{{ profiler_dump(render .attributes ) }}</td >
295295 </tr >
296- <tr >
297- <th scope =" row" >Component</th >
298- <td colspan =" 4" >{{ profiler_dump(render .component ) }}</td >
299- </tr >
300296 </tbody >
301297 </table >
302298 {% endfor %}
You can’t perform that action at this time.
0 commit comments