This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Convert checkout context to data store - part 2 #6313
Labels
block: checkout
Issues related to the checkout block.
status: stale
Stale issues and PRs have had no updates for 60 days.
type: refactor
The issue/PR is related to refactoring.
Whilst working on moving the
CheckoutState
context into a data store, I came across an event emitter system that we are using only for the checkout. I was going to replace this with the new checkout data store as part of the Convert checkout context to data store PR, but I decided against it as it would be too big of a change, affecting critical parts of the block.This issue is a continuation of the work done inside the PR mentioned above. More specifically, we'd need to
status
state variable. See if we can use the same status and incorporate these in.The text was updated successfully, but these errors were encountered: