Files
react/compiler/crates/react_hermes_parser/tests/fixtures/optional-call-chained.js
2024-04-02 16:49:31 -07:00

4 lines
78 B
JavaScript

function Component(props) {
return call?.(props.a)?.(props.b)?.(props.c);
}