-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Hello,
thank you very much for v0.10.
I tried it right away in my project and found a lot of these errors.
------ ------------------------------------------------------------------------------
Line src/....php
------ ------------------------------------------------------------------------------
43 Cannot access offset 'form' on Nette\ComponentModel\IComponent.
59 Cannot access offset 'form' on Nette\ComponentModel\IComponent.
86 Cannot access offset 'price' on Nette\ComponentModel\IComponent.
87 Access to an undefined property Nette\ComponentModel\IComponent::$onSuccess.
------ ------------------------------------------------------------------------------
These were not shown in 0.9 and I think that conflict is between new handling of offsetGet and current dynamicReturnType for getComponent().
If I change arrayAccess to get components to ->getComponent() method calls, errors go away.
lookyman and xificurk
Metadata
Metadata
Assignees
Labels
No labels