I have to save token in cookie of browser (in my case Chrome). I found https://github.com/10clouds/cyclejs-cookie this resource and installed version 0.5.0. When I set something to cookie I receive this kind of error:
_cookie_js2.default.set is not a function(anonymous function)
When debug on chrome it tells me under cookie_js2.default have object cookie and under this have function set. Can anybody tried to use this driver?
Or can anybody show an example to use Cookie driver for cycle js?