notrab / react-use-cart

React hook library for managing cart state

Home Page:http://npm.im/react-use-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

item id as <string | number>

krulex98 opened this issue · comments

In most cases there are entities with id as number, and not so convenient to cast to string and back. Is it possible to make id at item string or number?

I'd happily accept a PR, thank you 🤝