redux-cookies-middleware icon indicating copy to clipboard operation
redux-cookies-middleware copied to clipboard

redux-cookies-middleware is a Redux middleware which syncs a subset of your Redux store state with cookies.

Results 10 redux-cookies-middleware issues
Sort by recently updated
recently updated
newest added

right after the imports the following error occurs: ``` Error: ENOENT: no such file or directory, stat '/home/.directory' error Command failed with exit code 1. ``` used imports: ``` import...

Hello, I had some issues using this middleware, so I'd like to kindly ask you to check this problem. What I wanted to do is to save the language code...

Snyk has created this PR to upgrade js-cookie from 2.1.4 to 2.2.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=js-cookie&from_version=2.1.4&to_version=2.2.1&pr_id=994ec9ec-46d4-49e3-8bf6-0661d0afd3c1&visibility=true&has_feature_flag=false) :sparkles: Snyk has automatically assigned this pull request, [set who gets assigned](https://app.snyk.io/org/vaidik.kapoor/project/b2327993-dafd-43e8-9654-2822ddf88d07/settings/integration?utm_source=github&utm_medium=upgrade-pr/settings/integration). :information_source: Keep your dependencies...

Snyk has created this PR to upgrade lodash from 4.17.15 to 4.17.20. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=lodash&from_version=4.17.15&to_version=4.17.20&pr_id=6fe7ab4c-43ac-45b3-a59a-c0fe6413a760&visibility=true&has_feature_flag=false) :sparkles: Snyk has automatically assigned this pull request, [set who gets assigned](https://app.snyk.io/org/vaidik.kapoor/project/b2327993-dafd-43e8-9654-2822ddf88d07/settings/integration?utm_source=github&utm_medium=upgrade-pr/settings/integration). :information_source: Keep your dependencies...

How to add `expires` or `path` param when we set cookies?

enhancement
help wanted

getStateFromCookies function when given the two nested paths only returns a first path. Input: const paths = { "authentication.refreshToken": { name: 'refreshToken' }, "authentication.accessToken": { name: 'accessToken' }, }; Call:...

There should be an example for easy integration and testing.

We should add things like branch naming, patch and review process, etc.