mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 17:19:27 +08:00
Allow setState to accept an updater which is null or is a function that may return null. In React 16, passing null to setState or returning null from the updater function does not cause an update.