You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
it'is supposed to work'dok=Class.new{includeReact::Componentbefore_mountdostate[:foo]='bar'enddefrenderdiv{state.foo}end}expect(k).torender('<div>bar</div>')end
The current implementation only update the cached Hash of the backing state. I think this is a bug and could be fixed by actually invoking State.set_state.