mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Tests, focusing on two key behaviors: * Dependencies of the args are treated as conditional, since the call may not happen * Args cannot be memoized independently, even when that would be valid for a non-optional call.