You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
DNodes that are passed as children to a widget are being bound to the incorrect scope. They are being bound to the scope of the widget that they are passed to rather then the widget that they are defined.
This is a result of the changes to decrease the number of iterations that are being performed in WidgetBase but the this caused the subtle change to the scope that the nodes are being bound to.
agubler
changed the title
Function properties are not present
The incorrect scope is being bound to DNodes that are passed as children to a widget.
Aug 16, 2017
Bug
DNode
s that are passed as children to a widget are being bound to the incorrect scope. They are being bound to the scope of the widget that they are passed to rather then the widget that they are defined.This is a result of the changes to decrease the number of iterations that are being performed in
WidgetBase
but the this caused the subtle change to the scope that the nodes are being bound to.Package Version: latest
Code
Expected behavior:
The alert message is 'hello button'
Actual behavior:
The alert message is undefined.
The text was updated successfully, but these errors were encountered: