-
-
Notifications
You must be signed in to change notification settings - Fork 325
Remove redux utils from suite sync #23678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| * | ||
| * @deprecated This shall be removed, once we phase out the old Metadata code. | ||
| */ | ||
| export const processLegacyMetadataIntoSuiteSyncThunk = createThunk< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just moved out of the SuiteSync
| const secureStorage = isDesktop() | ||
| ? createElectronSecureStorage({ desktopApi }) | ||
| : createWebauthnSecureStorage(); | ||
| export const suiteExtraFactory: ExtraWithStoreFactory = store => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo: This shall be moved/named suiteCompositionRoot.ts
| "dependencies": { | ||
| "@reduxjs/toolkit": "2.10.1", | ||
| "@suite-common/metadata-types": "workspace:*", | ||
| "@suite-common/redux-utils": "workspace:*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
ac6f0d7 to
d7002ef
Compare
…lar deps issue source
…ge circular deps issue source" This reverts commit a9cb0af.
d7002ef to
ca21a2a
Compare
Deptype to remove a need for naming servicies🔍🖥️ Suite web test results: View in Currents
🔍🖥️ Suite desktop test results: View in Currents
🔍🖥️ Suite native android test results: View in Currents