Closed PanMisza closed 2 years ago
This PR adds missing useCookie import. Without it, usage of useGqlToken fails:
useCookie
useGqlToken
Uncaught (in promise) ReferenceError: useCookie is not defined
@PanMisza LGTM! Thank you for catching this.
This PR adds missing
useCookie
import. Without it, usage ofuseGqlToken
fails:Uncaught (in promise) ReferenceError: useCookie is not defined