Nicolas Djambazian

Results 8 issues of Nicolas Djambazian

Hello, Thanks a lot for this very useful library. I would like to use the new `useWebkit`parameter but it's not published on npm yet. I have the same error as...

I have the same cookie name in two different subdomain. For exemple : ```js const cookie1 = { domain: "sub1.mywebsite.com", name: "session", path:"/", value: "6de9c6965c1465ed" }; const cookie2 = {...

I removed the duplicated getAll Method : See #113

I test if the domain of the cookie match the host url. So, for the url `foo.bar.com` : - `bar.com` will match - `barfoo.foo.bar.com` will not match - `foo.bar.com` will...

The `className` props have been forgotten in the typescript definition but you handle it in the code. I guess it was because it is not present in the README. @see...

I began to implement a react-native support. React-native allow to import files with absolute path [using the name of package.json](https://medium.com/@davidjwoody/how-to-use-absolute-paths-in-react-native-6b06ae3f65d1) (with a babel preset I guess) I implemented only for...

Before, when I added a onClick on a MenuItem, the menu stayed open. Now, adding a onClick on an Item doesn't change the behaviour.