-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Labels
Milestone
Description
Steps to reproduce
- Enable talk after 7503ecf (last good 9a7c42b )
- Open the files app
- Create a folder

- Reload the page so the folder is there
- Delete the folder (spinning forever)

- Revert the import of
import { uniqueId } from 'lodash'inimport { uniqueId } from 'lodash' - Adjust the usage of uniqueId to a hardcoded value
- Everything works again