class Hello extends Preact.Component { // $ threatModelSource=view-component-input render(props, state) { // $ threatModelSource=view-component-input props.name; state.name; return
; } } // $ reactComponent class Hello extends preact.Component { // $ threatModelSource=view-component-input } // $ reactComponent