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

global: expose updateQueryState #100

Merged
merged 4 commits into from
Mar 31, 2020
Merged

global: expose updateQueryState #100

merged 4 commits into from
Mar 31, 2020

Conversation

topless
Copy link
Member

@topless topless commented Mar 30, 2020

@topless topless requested a review from ntarocco March 30, 2020 00:36
@topless topless self-assigned this Mar 30, 2020
Copy link
Contributor

@ntarocco ntarocco left a comment

Choose a reason for hiding this comment

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

👍 LGTM!
Were you able to try if the state is mutate correctly in case of filters (previous filters are kept)?

src/demos/zenodo/App.js Show resolved Hide resolved
docs/docs/components/with_state.md Outdated Show resolved Hide resolved
docs/docs/components/with_state.md Outdated Show resolved Hide resolved
@topless topless force-pushed the 99-update-query-state branch 7 times, most recently from 36262f7 to 3ffb044 Compare March 30, 2020 15:54
- updateQueryState exposed withState HOC
- test for exposed props form withState
- documentation
- fix for config expecting axios property
- fix circular dependency src/lib/store.js -> src/lib/state/reducers/index.js -> src/lib/state/reducers/query.js -> src/lib/store.js
- changed initialResultsState.loading to true to avoid double children render in ResultsLoader closes #101
- closes #99
topless and others added 3 commits March 31, 2020 11:22
- updateQueryState exposed withState HOC
- test for exposed props form withState
- documentation
- fix for config expecting axios property
- fix circular dependency src/lib/store.js -> src/lib/state/reducers/index.js -> src/lib/state/reducers/query.js -> src/lib/store.js
- changed initialResultsState.loading to true to avoid double children render in ResultsLoader closes #101
- closes #99
- updateQueryState exposed withState HOC
- test for exposed props form withState
- documentation
- fix for config expecting axios property
- fix circular dependency src/lib/store.js -> src/lib/state/reducers/index.js -> src/lib/state/reducers/query.js -> src/lib/store.js
- changed initialResultsState.loading to true to avoid double children render in ResultsLoader closes #101
- closes #99
@zzacharo zzacharo merged commit db93030 into master Mar 31, 2020
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.

bug: ResultsLoader children multiple instances Allow queryState change in withState HOC component
3 participants