useCookie typescript saying that Boolean should be a string, when it's a boolean
I have code that does:
Problem is,
So looks like something might be wrong with the docs for this 
How to fix it?
Literally this works:
But typescript says it's wrong.
Problem is,
isLoggedIn.value actually returns a Boolean, not a string like TypeScript thinks How to fix it?
Literally this works:
But typescript says it's wrong.