Files
react/compiler/packages/babel-plugin-react-compiler/src
Sathya Gunasekaran aded0ef831 [compiler] Handle member expr as computed property (#31344)
This PR loosens the restriction on the types of computed properties we
can handle.

Previously, we would disallow anything that is not an identifier because
non-identifiers could be mutating. But member expressions are not
mutating so we can treat them similar to identifiers.
2024-10-28 13:10:01 +00:00
..
2024-10-17 18:15:32 +01:00