As with method calls, Odin wants every instance of attribute access to be done via this if no qualifier is specified.
Thus, we want something that resembles the following:
[this x] > n
seq > @
s_r888655833
[] > s_r888655833
this.state > @
instead of this:
[this x] > n
seq > @
s_r888655833
[] > s_r888655833
state > @