vendure-ecommerce / storefront-remix-starter

A storefront starter kit for Vendure built with Remix
https://remix-storefront.vendure.io
176 stars 93 forks source link

sessionStorage is not defined in payment.tsx #54

Closed floze closed 8 months ago

floze commented 8 months ago

It seems sessionStorage has been replaced by getSessionStorage() in 106c0e2 but its import here is missing now:

https://github.com/vendure-ecommerce/storefront-remix-starter/blob/106c0e20d5dd19530d653475d203584656d2700d/app/routes/checkout/payment.tsx#L19

michaelbromley commented 8 months ago

This was fixed in https://github.com/vendure-ecommerce/storefront-remix-starter/commit/6b0117b169b78ae043614ba87c1aa825659b797f

floze commented 8 months ago

whoops, missed it, thanks! :)