This website requires JavaScript.
Explore
Register
Sign In
i2p
/
bun-src
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
a5b6d59437300c4153bdc31379525440c9893c61
bun-src
/
test
/
bundler
/
transpiler
/
react-compiler-fixtures
/
optional-computed-member-expression.js
T
5 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial commit
2026-08-27 21:09:14 +00:00
function
Component
(
props
)
{
const
object
=
makeObject
(
props
);
return
object
?
.[
props
.
key
];
}
Reference in New Issue
Copy Permalink