dayhaysoos / use-shopping-cart

Shopping cart state and logic for Stripe
MIT License
907 stars 118 forks source link

adding timestamp to cart #332

Closed samejima-san closed 11 months ago

samejima-san commented 1 year ago

I added the timestamp to the query on the Entry.js

netlify[bot] commented 1 year ago

Deploy request for useshoppingcart pending review.

Visit the deploys page to approve it

Name Link
Latest commit 3f039b44f59e47f8e549626be31b0292b8db643c
dayhaysoos commented 1 year ago

Oh sick! I'm gonna merge this, but before I make a release I'd like to write a test and add this value to my types.

I also want to try to fix another issue. Thank you for this tho! 🙏🏼

samejima-san commented 1 year ago

Oh sick! I'm gonna merge this, but before I make a release I'd like to write a test and add this value to my types.

I also want to try to fix another issue. Thank you for this tho! 🙏🏼

please let me know of other issues, i'll keep an eye out for them!

dayhaysoos commented 1 year ago

If you're curious, I've been dealing with weird SSG stuff since React 18:

https://github.com/dayhaysoos/use-shopping-cart/issues/319

I haven't had time to mess with the new framework upgrades and stuff but I think this is a big problem. Gonna try to figure something out this weekend

samejima-san commented 1 year ago

If you're curious, I've been dealing with weird SSG stuff since React 18:

319

I haven't had time to mess with the new framework upgrades and stuff but I think this is a big problem. Gonna try to figure something out this weekend

wont be able to check for that issue until i get my windows machine back, i think the module 'sharp' doesnt support ARM architecture just yet

dayhaysoos commented 11 months ago

Gonna try to add this in the next release, thank you!