This repository was archived by the owner on Nov 18, 2024. It is now read-only.
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Move loadCurrentUser in App to a thunk #237
Closed
Description
As of #12 we can move the async logic in App.componentDidUpdate
to a thunk. This will make testing easier.
addons-code-manager/src/components/App/index.tsx
Lines 54 to 67 in 8da3162