9 lines
130 B
Plaintext

class {
onCreate() {
this.state = {
showLast: true
}
}
}
<container showLast=state.showLast/>