JSTQL-JS-Transform/output_testing/457optional-computed-member-expression.js

4 lines
100 B
JavaScript
Raw Normal View History

function Component(props) {
const object = props |> makeObject(%);
return object?.[props.key];
}