Fix for: spaces picker infinite load

The Spaces picker goes in infinite load with the latest 3.2.5 release.
There is a fix you can do on your ends:

  1. Go to chrome://extensions
  2. Enable ā€œdeveloper modeā€
  3. Go to Memex
  4. Open ā€œbackground pageā€
  5. Go to tab ā€œconsoleā€
  6. Type in: await browser.storage.local.remove('custom-lists_suggestionIds')

Sorry folks for the troubles. Fix is already underway.