We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e49f36 commit 5ae6029Copy full SHA for 5ae6029
src/coconut/react/View.hx
@@ -60,7 +60,7 @@ class ViewBase extends NativeComponent<{ revision: Int }, {}, ImplicitContext> {
60
}
61
62
function __getRender()
63
- return Observable.untracked(() -> (__rendered:ObservableObject<RenderResult>).getValue());
+ return Observable.untracked(() -> __rendered.value);
64
65
@:keep @:noCompletion @:final function shouldComponentUpdate(_, _)
66
return __last != __getRender();
0 commit comments