NestedLink
NestedLink copied to clipboard
Is there a way to handle `undefined` values?
For example:
class Edit extends LinkedComponent {
state = {}
render() {
return (<div><Input valueLink={ this.linkAt('name')}</div>)
}
I would like to set the state when the name value is changed by the user