From 9feddf942d3852eb465944e004ba73ee7ff11616 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Tue, 7 Jul 2015 00:10:05 +0300 Subject: [PATCH] [fixed] 'componentWillReceiveProps' method name of Position component just a stub commit for Changelog for #945 --- src/Position.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Position.js b/src/Position.js index 7a7929799e..41b6499d36 100644 --- a/src/Position.js +++ b/src/Position.js @@ -19,6 +19,7 @@ class Position extends React.Component { this._needsFlush = true; } + // ToDo: add tests componentWillReceiveProps(){ this._needsFlush = true; }