mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
df95577db0
Don't need to track it separately on the captured value anymore. Shouldn't be in the types. I used a getter for the warning instead because Proxies are kind of heavy weight options for this kind of warning. We typically use getters.