Move function calls w/ side-effects to componentDidMount
* loadStore() modified the url which triggered a new render path, this gets noticed by react. Moved to componentDidMount.
Showing
Please
register
or
sign in
to comment
* loadStore() modified the url which triggered a new render path, this gets noticed by react. Moved to componentDidMount.