Files
bun-src/test/bundler/transpiler/react-compiler-fixtures/optional-computed-member-expression.js
T

5 lines
96 B
JavaScript
Raw Normal View History

2026-08-27 21:09:14 +00:00
function Component(props) {
const object = makeObject(props);
return object?.[props.key];
}