Returns the state of a component, as set with replace-state or set-state.
Equivalent to (deref (r/state-atom this))
Source
(defnstate"Returns the state of a component, as set with replace-state or set-state.\n Equivalent to (deref (r/state-atom this))"[this](assert-componentthis)(deref(state-atomthis)))