Skip to content

Remove Onyx.connect() for the key: ONYXKEYS.COLLECTION.REPORT in src/libs/ReportUtils.ts (part 5) - #93267

Merged
Gonals merged 27 commits into
Expensify:mainfrom
truph01:fix/66416-part-5
Jun 29, 2026
Merged

Remove Onyx.connect() for the key: ONYXKEYS.COLLECTION.REPORT in src/libs/ReportUtils.ts (part 5)#93267
Gonals merged 27 commits into
Expensify:mainfrom
truph01:fix/66416-part-5

Conversation

@truph01

@truph01 truph01 commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Explanation of Change

  • This PR is the 5th step to remove Onyx.connect() for the key: ONYXKEYS.COLLECTION.REPORT in src/libs/ReportUtils.ts.
    This PR focus on refactoring the following flow:
getChatByParticipants -> prepareOnboardingOnyxData -> completeOnboarding (actions/Report/index.ts)

Fixed Issues

$ #66416
PROPOSAL:

Tests

  1. Open ND
  2. Login with new account
  3. In onboarding steps, choose "Manage my team's expenses" > "1-4 employees" > "QuickBooks Online" > Click "Continue"
  4. Verify the workspace is created and you are redirected to workspace admin report
  • Verify that no errors appear in the JS console

Offline tests

QA Steps

  1. Open ND
  2. Login with new account
  3. In onboarding steps, choose "Manage my team's expenses" > "1-4 employees" > "QuickBooks Online" > Click "Continue"
  4. Verify the workspace is created and you are redirected to workspace admin report
  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained ""why"" the code was doing something instead of only explaining ""what"" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named ""index.js"". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-06-11.at.17.44.00.mov

@truph01
truph01 requested review from a team as code owners June 11, 2026 09:56
@melvin-bot
melvin-bot Bot requested review from DylanDylann and JmillsExpensify and removed request for a team June 11, 2026 09:56
@melvin-bot

melvin-bot Bot commented Jun 11, 2026

Copy link
Copy Markdown

@DylanDylann Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@melvin-bot
melvin-bot Bot removed the request for review from a team June 11, 2026 09:56
@truph01 truph01 changed the title fix: refactor completeOnboarding Remove Onyx.connect() for the key: ONYXKEYS.COLLECTION.REPORT in src/libs/ReportUtils.ts (part 5) Jun 11, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8f8c69c8a5

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/libs/ReportUtils.ts Outdated
Comment on lines +11432 to +11434
const adminsChatReport = reports?.[`${ONYXKEYS.COLLECTION.REPORT}${adminsChatReportID}`];
const conciergeChat =
getChatByParticipants([CONST.ACCOUNT_ID.CONCIERGE, deprecatedCurrentUserAccountID ?? CONST.DEFAULT_NUMBER_ID], deprecatedAllReports, false) ??
getChatByParticipants([CONST.ACCOUNT_ID.CONCIERGE, deprecatedCurrentUserAccountID ?? CONST.DEFAULT_NUMBER_ID], reports, false) ??

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep onboarding report lookups on one snapshot

When a caller supplies reports, the target chat is now resolved from that passed snapshot, but later rollback/self-DM logic in this same function still reads deprecatedAllReports (for example when restoring the previous last visible action and when checking for an existing self-DM). If the React-provided collection is newer than the module-level cache during onboarding, an API failure can roll back stale preview state or miss an existing self-DM. Please use the same reports collection for the remaining report lookups in this flow before switching callers over to it.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved via 6830d02

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@truph01 Could we avoid passing the entire report collection into the prepareOnboardingOnyxData function? Instead, we can pass the concierge report (using conciergeReportID from Onyx to subscribe to just one report) rather than using getChatByParticipants. For the other instances of report params, I believe we can handle them similarly by passing only the specific reports we need.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DylanDylann I applied your suggestion

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.

Files with missing lines Coverage Δ
src/hooks/useAutoCreateSubmitWorkspace.ts 92.30% <100.00%> (+1.39%) ⬆️
src/hooks/useAutoCreateTrackWorkspace.ts 86.48% <100.00%> (+1.19%) ⬆️
src/libs/ReportUtils.ts 85.75% <100.00%> (-0.07%) ⬇️
src/libs/actions/Report/index.ts 70.77% <ø> (+0.10%) ⬆️
...gPersonalDetails/BaseOnboardingPersonalDetails.tsx 87.87% <100.00%> (+0.12%) ⬆️
.../pages/OnboardingPurpose/BaseOnboardingPurpose.tsx 91.78% <100.00%> (+0.35%) ⬆️
.../OnboardingWorkspaces/BaseOnboardingWorkspaces.tsx 97.40% <100.00%> (+0.03%) ⬆️
...estedFeatures/BaseOnboardingInterestedFeatures.tsx 0.00% <0.00%> (ø)
... and 11 files with indirect coverage changes

@JmillsExpensify JmillsExpensify left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No product review required.

@DylanDylann

Copy link
Copy Markdown
Contributor

@truph01 the 4th PR is merged. Could you merge the latest main?

@truph01

truph01 commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

Reviewed commit: 69dd980969

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/libs/ReportUtils.ts
/** The concierge chat report, looked up by conciergeReportID. Falls back to getChatByParticipants using the deprecated module-level Onyx data while the refactor is in progress. */
conciergeChat?: OnyxEntry<Report>;
/** The admins chat report, looked up by adminsChatReportID. Falls back to the deprecated module-level Onyx data while the refactor is in progress. */
adminsChatReport?: OnyxEntry<Report>;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A boolean flag should be enough. I’d prefer to avoid passing a large object unnecessarily.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we can use a selector here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A boolean flag should be enough. I’d prefer to avoid passing a large object unnecessarily.

@DylanDylann What do you mean by using "boolean flag" here?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, let's ignore this

@DylanDylann

Copy link
Copy Markdown
Contributor

@truph01 We don't always need to pass all three new params in every case. Please check the onboardingChoices value to determine exactly which parameter is necessary

@truph01

truph01 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@MelvinBot review

@MelvinBot

Copy link
Copy Markdown
Contributor

Review

Looks solid — the refactor is correct and safe. Each call site now passes only the report(s) its engagement choice actually consumes, and every new param falls back to the deprecated module-level lookup (param ?? deprecatedAllReports?.[…]), so no path can regress. No blocking issues. A few things worth a sanity check below.

Call-site param mapping (all correct)

prepareOnboardingOnyxData consumes the params based on engagement choice:

  • conciergeChat → target chat when shouldPostTasksInAdminsRoom is false (ReportUtils.ts:11583).
  • adminsChatReport → target chat only when posting to #admins, which requires MANAGE_TEAM (isPostingTasksInAdminsRoom / followups).
  • selfDMReport → only the PERSONAL_SPEND / TRACK_PERSONAL / TRACK_WORKSPACE self-DM block.

Against that:

  • useAutoCreateSubmitWorkspace (EMPLOYER) → conciergeChat
  • useAutoCreateTrackWorkspace (TRACK_*) → conciergeChat + selfDMReport
  • BaseOnboardingWorkspaces (LOOKING_AROUND) → conciergeChat
  • BaseOnboardingPurpose (LOOKING_AROUND/EMPLOYER/MANAGE_TEAM; track choices route to the hook first) → conciergeChat + adminsChatReport

1. report = targetChatReport — one behavioral nuance to confirm. ReportUtils.ts:11978 now uses targetChatReport directly instead of re-reading by ID. In the fallback path where concierge resolves to the stub {reportID: conciergeReportIDOnyxConnect} (L11580-L11582), report is now a truthy stub with no chatType/participants, whereas before it was the (likely undefined) result of the ID lookup. That can flip canUserPerformWriteAction from falsy→true, changing the optimistic lastMessage computation. Real call sites pass the full conciergeChat, so this only affects the rare "ID known but report not in Onyx" case — and arguably the new result is more correct — but worth a conscious confirmation.

2. BaseOnboardingPersonalDetails comment vs. reachable choices. The local completeOnboarding is annotated "handles LOOKING_AROUND/EMPLOYER" (L92), but handleSubmit only diverts EMPLOYER (when canUseSubmit2026) and track choices (L153-L181). So MANAGE_TEAM (and EMPLOYER when the beta is off) can also reach it, and MANAGE_TEAM targets the #admins room — adminsChatReport isn't passed here, so it silently uses the deprecated fallback. Not a regression (fallback preserves behavior), but the comment is slightly inaccurate; either pass adminsChatReport too or reword the comment.

3. Minor: BaseOnboardingInterestedFeatures passes conciergeChat, but if that path is always MANAGE_TEAM (as its comment states) the target is the #admins room and conciergeChat is never read. Harmless, but droppable for consistency with the "pass only what's needed" approach you applied elsewhere.

Tests covering the new param paths look good. 👍

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: f1825ac31c

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/hooks/useAutoCreateSubmitWorkspace.ts Outdated
Comment thread src/hooks/useAutoCreateTrackWorkspace.ts Outdated
Comment thread src/pages/OnboardingInterestedFeatures/BaseOnboardingInterestedFeatures.tsx Outdated
Comment thread src/pages/OnboardingPersonalDetails/BaseOnboardingPersonalDetails.tsx Outdated
Comment thread src/pages/OnboardingPurpose/BaseOnboardingPurpose.tsx Outdated
Comment thread src/pages/OnboardingWorkspaces/BaseOnboardingWorkspaces.tsx Outdated
@DylanDylann

Copy link
Copy Markdown
Contributor

@truph01 I don't think we need comments here since it's already obvious.

@DylanDylann

Copy link
Copy Markdown
Contributor

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified that the composer does not automatically focus or open the keyboard on mobile unless explicitly intended. This includes checking that returning the app from the background does not unexpectedly open the keyboard.
  • I verified tests pass on all platforms & I tested again on:
    • Android: HybridApp
    • Android: mWeb Chrome
    • iOS: HybridApp
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • For any bug fix or new feature in this PR, I verified that sufficient unit tests are included to prevent regressions in this flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Screenshots/Videos

Screen.Recording.2026-06-25.at.18.39.40.mov

@DylanDylann DylanDylann left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some NITs ☝️ The rest looks fine to me

@melvin-bot
melvin-bot Bot requested a review from Gonals June 25, 2026 11:41
truph01 and others added 7 commits June 29, 2026 16:00
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
…dFeatures.tsx

Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
…ils.tsx

Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
@Gonals
Gonals merged commit 41de1fd into Expensify:main Jun 29, 2026
33 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🚧 Gonals has triggered a test Expensify/App build. You can view the workflow run here.

@github-actions

Copy link
Copy Markdown
Contributor

🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
Built from App PR #93267.

Android 🤖 iOS 🍎
https://ad-hoc-expensify-cash.s3.us-east-1.amazonaws.com/rock-artifacts/ad-hoc/rock-android-Adhoc-41de1fdfe92-0f1cc02-33452aa9981e722cc91afcaefeadb33f5bc5dcaa/index.html https://ad-hoc-expensify-cash.s3.us-east-1.amazonaws.com/rock-artifacts/ad-hoc/rock-ios-device-AdHoc-41de1fd-0f1cc02-201ae6726a83e6a175740d7451beb673f003976a/index.html
Android iOS
Web 🕸️
❌ FAILED ❌
The QR code can't be generated, because the Web build failed

👀 View the workflow run that generated this build 👀

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to staging by https://github.com/Gonals in version: 9.4.25-0 🚀

platform result
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@OSBotify

OSBotify commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/cristipaval in version: 9.4.25-2 🚀

platform result
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

Bundle Size Analysis (Sentry):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants