why-did-you-render: There was no `forceUpdate`, but getting that as error message

I’m seeing lots of: Re-rendered although props and state objects are the same. This usually means there was a call to this.forceUpdate() inside the component.

However, nowhere in those components is there a forceUpdate(). So what could that mean?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 19

Most upvoted comments

try increasing hotReloadBufferMs when you patch React:

whyDidYouRender(React, { hotReloadBufferMs: 1500 });

https://github.com/welldone-software/why-did-you-render#options