Files
bun-src/test/bundler/transpiler/react-compiler-fixtures/optional-computed-load-static.js
T
2026-08-27 21:09:14 +00:00

5 lines
63 B
JavaScript

function Component(props) {
let x = a?.b.c[0];
return x;
}