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

Add ability to disable sync with location in List without disabling saving params in the Store #9100

Closed
slax57 opened this issue Jul 13, 2023 · 2 comments

Comments

@slax57
Copy link
Contributor

slax57 commented Jul 13, 2023

Currently, in a List, we can:

  • ✔️ enable sync with location and ✔️ enable storing the list params, with the default props
  • ❌ disable sync with location and ❌ disable storing the list params, with disableSyncWithLocation
  • ✔️ enable sync with location and ❌ disable storing the list params, with storeKey={false}

But we can't ❌ disable sync with location and and ✔️ enable storing the list params.

This is what #8530 is suggesting.

I think RA should offer that ability, either via #8530 or another PR if this one does not reach completion.

@btbenedi
Copy link

btbenedi commented Aug 1, 2023

+1 I opened that original PR and real work has gotten in the way of me finishing that PR

@fzaninotto
Copy link
Member

Fixed by #10187

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

No branches or pull requests

3 participants