This repository was archived by the owner on Nov 1, 2022. It is now read-only.
  
  
  
  
  
Description
This is a minor bug in our reducer. We are (and need to be) tolerant to browser actions arriving before we get notified that an extension was successfully installed. If that happens we find existing state when processing the install action and simply return that. However, this causes us to lose state only present in the install action (e.g. the name of the extension).
┆Issue is synchronized with this Jira Task