next-persist
Advanced tools
Comparing version 1.2.1 to 1.2.2-alpha.0
{ | ||
"name": "next-persist", | ||
"version": "1.2.1", | ||
"version": "1.2.2-alpha.0", | ||
"description": "Client-side persistence with server-side rendering", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -109,4 +109,8 @@ <p align="center"> | ||
4. If utilizing cookies to persist client-state:<br> | ||
<<<<<<< HEAD | ||
Import `{ getCookieProps }` into your frontend at the top level of your Next.js app<br> | ||
Import `{ getCookieStore }` into any reducer(s) you plan to persist. | ||
======= | ||
Import `{ getCookieProps }` into your frontend at the top level of your Next.js app as well as importing `{ getCookieStore }` into any reducer(s) you plan to persist. | ||
>>>>>>> main | ||
@@ -113,0 +117,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22521
18
336
273
1