You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for testSetCookie imports the Cookie module from Data.Cookie when it should be imported from Web.Cookie. If you'd like I'll open a PR with the fix.
The example for testSetCookie imports the Cookie module from
Data.Cookiewhen it should be imported fromWeb.Cookie. If you'd like I'll open a PR with the fix.