-
Notifications
You must be signed in to change notification settings - Fork 8
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
Chakra ui adds cookies prior consent #1444
Comments
Could be as easy as removing the ChrakraProvider, or as complicated as adding chakra to consent |
I rewrote _app so it uses baseprovider instead of the standard chakraprovider, is it any way of verifying this in test if it helped regarding the cookies and accessability issues @fernandolucchesi |
@padms can you check for the cookiebot? I am not sure how to test it. As for the accessibility, problem still exists. Basically the context is creating a chakra-portal that we are not using/has incorrect accessibility props, you can read more on #1415 |
as baseprovider did not live up to expectations, i will try removing the chakraprovider all-together from the _app file. |
did not get any local cookies when removing the baseprovider, will check in global dev when it is finished building |
@fernandolucchesi @padms could either of you verify the new changes |
Could verify that no cookie is added now |
chakra-ui-color-mode is added to local storage before consent
More information is available in the attachments in the email from cookie bot
The text was updated successfully, but these errors were encountered: