I am currently developing a new checkout ui component (Chat).
Every time I make a change on my React component, I see this log in my CLI console:
Draft updated successfully for extension: xxxxx
But when I want to test it on my store the previous version is used for a long time before I see my new version. It can take several minutes to more than 10 minutes, which is really annoying.
Just to confirm - is it taking ~10 minutes to appear on a production store or on your dev server? For testing and previewing changes, we’d recommend relying on the dev server for live hot loading (which should be quite quick) and when you’re ready to deploy you can push to a production store.