Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] - search route lazily executed #73

Merged
merged 5 commits into from
Dec 19, 2017

Conversation

michaelBenin
Copy link
Owner

No description provided.

@codecov-io
Copy link

codecov-io commented Dec 17, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@f9fd9cf). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #73   +/-   ##
=========================================
  Coverage          ?   31.33%           
=========================================
  Files             ?       27           
  Lines             ?    74478           
  Branches          ?        0           
=========================================
  Hits              ?    23338           
  Misses            ?    51140           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f9fd9cf...52a6936. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 44.391% when pulling abdfbfa on feature/component-splitting into f9fd9cf on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 44.391% when pulling 235daca on feature/component-splitting into f9fd9cf on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 44.391% when pulling 9c70edc on feature/component-splitting into f9fd9cf on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 44.391% when pulling 52a6936 on feature/component-splitting into f9fd9cf on master.

@michaelBenin michaelBenin merged commit 33b7e18 into master Dec 19, 2017
loadData(this.props.match, this.props.dispatch, this.props.state);
if (
!get(this.props, 'state.config.initialPageLoad') ||
this.props.isLoading === undefined ||
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to !this.props.isLoading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants