Hi,
sorry for a stupid question, but I just can't seem to import the Cookies object in my project no matter what I try.
Here is what I tried:
and
import Cookie from 'js-cookie'
window.Cookie = Cookie
None produce any Cookie names object in the window, or local context.
I can import any other packages just fine, but somehow not this one.
Any ideas why that might be?