remove duplicate WithAuth components
But it was fixed 😅
@callensm is this issue about removing the WithAuth file at packages/app-extension/src/components/Unlocked/WithAuth.tsx and all the imports for the same to use the one at packages/recoil/src/context ?
I would like to help on the same, TIA
But it was fixed 😅
apparently the mobile package utilized the one i removed and didn't show up in my code search 😕
they need to be consolidated into the one in the recoil package.
The one used in extension is using WithDrawer but the one used in mobile app is not using it. So should we abstract out WithDrawer for both mobile and extension or should we keep it in WithAuth for both.
@peterpme