mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
bddb7c9b5c
We were bailing out on complex computed-key syntax (prior to #31344) as we assumed that this caused bugs (due to inferring computed key rvalues to have `freeze` effects). This fixture shows that this bailout is unrelated to the underlying bug