schrodinger/fixed-data-table-2

React 17 question

rallard71 opened this issue · 3 comments

I still have the warning even though I have the version "fixed-data-table-2": "^1.1.2":

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
...
Please update the following components: FixedDataTableContainer

I don't want to upgrade to React 17 because of it.

Is there a way to fix the warning?
thx.

Just fyi @rallard71, they delayed that till 18.x. If you upgrade to 17.x you will see the same message but with that new version.

Ok thank you @jimmyhmiller for your answer