Skip to content

Commit 723caa5

Browse files
committed
Remove forced context update
1 parent 92fbc53 commit 723caa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/react.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ abstract class Component {
172172
///
173173
/// [A.k.a "forceUpdate"](https://facebook.github.io/react/docs/react-component.html#forceupdate)
174174
void redraw([callback()]) {
175-
context = getChildContext();
176-
177175
setState({}, callback);
178176
}
179177

0 commit comments

Comments
 (0)