[DOC] doc: remove references to updateState

This commit is contained in:
Géry Debongnie
2019-04-17 10:57:49 +02:00
parent ce87dd705e
commit 7a479baf63
2 changed files with 1 additions and 7 deletions
-3
View File
@@ -168,9 +168,6 @@ export class Component<
* It is not called on the initial render. This is useful to get some
* information which are in the DOM. For example, the current position of the
* scrollbar
*
* Note that at this point, it is not safe to rerender the widget. In
* particular, updateState calls should be avoided.
*/
willPatch() {}