Suggestion: begin migration to [new react lifecycles](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html) while retaining backwards compatibility via `react-lifecycles-compat` Example: https://www.youtube.com/watch?v=G9S1IghlkCI ### Steps * Use new lifecycle methods introduced in react 16.3 in a component that renders `react-semantic-ui` components. ### Expected Result * React does not log errors/warning about upcoming deprecations to the console. ### Actual Result * React IS logging errors/warning about upcoming deprecations to the console. ### Version 0.79.1 ### Testcase [Fork, update, and replace this pen to show the bug]: https://codesandbox.io/s/2l3n74j9y