Open melyndav opened 1 year ago
I'm also seeing this locally as well, with the errors:
react_devtools_backend.js:4012 Warning: Each child in a list should have a unique "key" prop. Check the render method of "dashboard.ActionsPageFeed.ActionsPageEvent".
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Bug overview
I was testing the user flow for placing a colony into recovery mode using my personal colony. After selecting the 'confirm' CTA button within the modal, the resulting transaction page did not load. I refreshed and still received no feedback.
The transaction appears within my actions list, but the page does not load when selected. I'm unable to view the transaction or take any next steps to exit recovery mode.
Steps to reproduce
OR
Expected behaviour
Actual behaviour