useCookie
useCookie copied to clipboard
🍪 React Hook for Cookies based on js-cookie 🍪
Results
2
useCookie issues
Sort by
recently updated
recently updated
newest added
Hi @rrudol, close: #5
as discussed here: https://stackoverflow.com/questions/30451556/what-is-the-correct-way-of-adding-a-dependency-to-react-in-your-package-json-for React should not be a dependency since you might end up shipping different versions of react. If you need React when testing the package, it should...