New Warning with last version 18.2.1
See original GitHub issueWhen I use your last DateRangePicker, I see in console this:
DateRangePicker has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used. - react-dom.development.js:506
on every kind of interaction. I’m using last version of React and React-dom (16.6.1)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7
Top Results From Across the Web
New Warning with last version 18.2.1 · Issue #1455 - GitHub
When I use your last DateRangePicker, I see in console this: DateRangePicker has a method called shouldComponentUpdate().
Read more >After Effect 18.2.1 “After Effects warning: # files are missing since ...
After Effect 18.2.1 “After Effects warning: # files are missing since you last saved this project.” ... Cannot read png files for new...
Read more >Regression BUG in asterisk version 18.2.1
0 completely broke my WebRTC application with some strange problems like no BYE message so that remote phone was not disconnected… Today I...
Read more >AWIPS 18.2.1 Software Release : News@Unidata
AWIPS 18.2.1-1 is a major update to both EDEX and CAVE (on Windows, ... with the latest GFS updates; Add menu items for...
Read more >Radeon™ Software Adrenalin Edition 18.2.1 Release Notes
OVERCLOCKING WARNING: AMD processors are intended to be operated only within their associated specifications and factory settings. Operating your AMD processor ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ah I’m pretty sure this is due to the change I shipped yesterday. I will amend the babel transform to conditionally insert the
shouldComponentUpdate. Thanks for letting me know! v18.2.0 should be fine.Just put a fix up! 😃 I’ll merge and republish once I verify it and tests pass.