-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Optimise cookieConsent to avoid rendering on each page transition #319
Conversation
…ransition) - Fixes #309
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit a167920 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-o2ad9ut3w-unly-oss.vercel.app |
…ady prefixed with "v"
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit dccd48c previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-914c76hdd-unly-oss.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 43385a5 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-8eqe6ezlv-unly-oss.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit f673cd1 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-rb18ih1pr-unly-oss.vercel.app |
* Use useEffect to only generate DOM nodes once (instead of each page transition) - Fixes #309 * Remove "v" prefix because the NEXT_PUBLIC_APP_VERSION_RELEASE is already prefixed with "v" * Revert changes + use a different way to avoid re-init * Misc revert (useless changes)
Fixes #309