Skip to content

Remove Cookies class from global space

username-removed-636429 requested to merge remove-cookies-global into master

What does this MR do?

Removes window.Cookies and instead relies on ES module import Cookies from 'js-cookie';

Are there points in the code the reviewer needs to double check?

All tests should pass, and all occurrences of /* global Cookies */ should be gone.

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports