Karsten Lettow

Results 1 comments of Karsten Lettow

Would this maybe work for you? ```typescript private select = (item) => { ... } render () { let item = 'value'; return } ```