Commit 0fe3da1
Remove unnecessary processUpdateQueue (facebook#21199)
We've just initialized the update queue above this and there's no user
code that executes between.
The general API that prevents this from mattering is that you can't
call setState in the constructor.1 parent b1846b0 commit 0fe3da1
File tree
2 files changed
+0
-2
lines changed- packages/react-reconciler/src
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
888 | | - | |
889 | 888 | | |
890 | 889 | | |
891 | 890 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
888 | | - | |
889 | 888 | | |
890 | 889 | | |
891 | 890 | | |
| |||
0 commit comments