Skip to content

Inline tax amount does not update correctly - #92910

Merged
Julesssss merged 6 commits into
Expensify:mainfrom
dukenv0307:fix/92820
Jun 8, 2026
Merged

Julesssss merged 6 commits into
Expensify:mainfrom
dukenv0307:fix/92820

Conversation

@dukenv0307

Copy link
Copy Markdown
Contributor

Explanation of Change

Fixed Issues

$ #92820
#92818
#92823
PROPOSAL:

Tests

Precondition:

Run Onyx.merge('betas', ['newManualExpenseFlow']); in console.
Enable Taxes in workspace settings.

Test 1:

  1. Go to staging.new.expensify.com
  2. Go to workspace chat.
  3. Click + > Create expense > Manual.
  4. Select 5% tax rate.
  5. Update amount
  6. Verify that the tax is updated correctly

Test 2:

  1. Go to staging.new.expensify.com
  2. Go to workspace chat.
  3. Click + > Create expense > Manual.
  4. Enter amount 10.
  5. Enter tax amount 0.90.
  6. Enter merchant.
  7. Click Create expense.
  8. Change amount currency to foreign currency.
  9. Verify that: Tax amount error field should dismiss because the current entered field is 0.90 which is below 0.91 limit.
  • Verify that no errors appear in the JS console

Offline tests

QA Steps

  • 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 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
    • 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-08.at.17.15.10.mov

@dukenv0307
dukenv0307 marked this pull request as ready for review June 8, 2026 10:23
@dukenv0307
dukenv0307 requested review from a team as code owners June 8, 2026 10:23
@dukenv0307

Copy link
Copy Markdown
Contributor Author

@thelullabyy pls review

@melvin-bot
melvin-bot Bot removed request for a team June 8, 2026 10:23
@melvin-bot

melvin-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

@bernhardoj 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]

@codecov

codecov Bot commented Jun 8, 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 Δ
...oneyRequestConfirmationList/sections/TaxFields.tsx 81.25% <100.00%> (+2.18%) ⬆️
...MoneyRequestConfirmationList/sections/selectors.ts 81.81% <ø> (ø)
...eyRequestConfirmationList/sections/AmountField.tsx 43.96% <0.00%> (-5.08%) ⬇️
... and 16 files with indirect coverage changes

const focusTimeoutRef = useRef<NodeJS.Timeout | null>(null);

const transactionSlice = useTransactionSelector(transactionID, amountSliceSelector);
const [transaction] = useOnyx(`${ONYXKEYS.COLLECTION.TRANSACTION}${transactionID}`);

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.

❌ PERF-11 (docs)

This component already uses useTransactionSelector with amountSliceSelector to subscribe to a narrow slice of the transaction, avoiding re-renders from unrelated transaction field changes. The new useOnyx call subscribes to the entire transaction object without a selector, which re-renders the component whenever any transaction field changes. The full transaction is only used inside handleAmountChange to call getTaxValue(policy, transaction, taxCode), which internally only needs the transaction to determine the default tax code.

Use a selector to extract only the fields that getTaxValue/transformedTaxRates actually reads from the transaction (e.g., the currency or policy-related fields), or compute the needed tax value from data already available:

const [transactionForTax] = useOnyx(`${ONYXKEYS.COLLECTION.TRANSACTION}${transactionID}`, {
    selector: (txn) => ({
        currency: txn?.currency,
        // include only fields that getTaxValue actually needs
    }),
});

Reviewed at: 30b60f1 | Please rate this suggestion with 👍 or 👎 to help us improve! Reactions are used to monitor reviewer efficiency.

@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: 30b60f16db

ℹ️ 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 on lines +272 to +275
const taxCode = effectiveCurrency !== policy?.outputCurrency ? policy?.taxRates?.foreignTaxDefault : policy?.taxRates?.defaultExternalID;
if (taxCode) {
setMoneyRequestTaxRate(transactionID, taxCode);
const taxPercentage = getTaxValue(policy, transaction, taxCode) ?? '';

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 Preserve the selected tax rate when amount changes

When moving a track expense and the user has already selected a non-default tax rate, editing the inline amount now always recomputes taxCode from the policy currency defaults and writes it back with setMoneyRequestTaxRate. That resets the user's selected tax rate and calculates tax from the default instead of the current transaction.taxCode, so the tax amount can change to the wrong rate just by editing the amount. This should only choose the default when the currency changed or no tax code is selected; otherwise preserve the current tax code and recalculate from 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.

We're discussing...

@dukenv0307

Copy link
Copy Markdown
Contributor Author

I think the expectation of this issue #92823 isn't correct.

Expected Result:
Tax amount field will update accordingly when amount is changed.

Based on the old flow, the tax rate is updated to the default one whenever we change the amount, so the tax amount is always 0

Screen.Recording.2026-06-08.at.17.25.33.mov

@dukenv0307

Copy link
Copy Markdown
Contributor Author

@trjExpensify @lakchote can you please confirm ^? Should we keep the tax rate when we change the amount?

@trjExpensify

Copy link
Copy Markdown
Contributor

Ordinarily the taxAmount is updated when the amount is changed because it's a calculation based on that value. The taxRate is not, unless the amount "change" is also changing the currency which can have implications on the default taxRate applied to an expense depending on if it's foreign or workspace currency and providing the workspace has different taxRate defaults for those.

So it kinda' depends on the setup, expense currency, and what not. That's unclear from your video to offer an opinion on why the taxRate is being updated.

That said, also looking at the Applause video in the OP of the issue you referenced. Isn't it simply because they hadn't blurred the amount field yet to confirm the edit? 🤔

@thelullabyy

thelullabyy commented Jun 8, 2026

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 shown in the product is localized by adding it to src/languages/* files and using the translation method
    • 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 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)
  • 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
  • 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.
  • 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.
  • 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

Android: HybridApp
Android: mWeb Chrome
iOS: HybridApp
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-06-08.at.11.57.59.mov

@JS00001
JS00001 requested review from JS00001 and thelullabyy and removed request for bernhardoj June 8, 2026 12:28
Comment thread src/components/MoneyRequestConfirmationList/sections/TaxFields.tsx
JS00001
JS00001 previously requested changes Jun 8, 2026
Comment thread src/components/MoneyRequestConfirmationList/sections/TaxFields.tsx
numberFormRef.current?.updateNumber(taxAmountInput);
}, [isNewManualExpenseFlowEnabled, taxAmountInput]);

useEffect(() => {

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.

Same here, why cant this be a part of the onChange handler? Why an effect? This will cause cascading re-renders

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.

Please follow up on this, I need to merge as is to resolve blocker.

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.

Assigning you here @dukenv0307 to follow up.

@dukenv0307

Copy link
Copy Markdown
Contributor Author

Why does this need to be an effect? Why not put it in the on change handler?

@JS00001 no, not safely. Both effects respond to state changes that don't originate from this field's input so handleTaxAmountChange (which only fires when the user types in the tax amount box) wouldn't cover them.

Effect 1: syncing the form display. taxAmountInput is derived from the transaction's stored tax amount. It changes from external sources

Effect 2: clearing the error. maxTaxAmount comes from getCalculatedTaxAmount which depends on the expense amount. So this clears the error when the tax becomes valid because the max changed, not because they edited the tax, that path doesn't go through handleTaxAmountChange.

@thelullabyy

Copy link
Copy Markdown
Contributor

@codex review

@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: e8673ae8c4

ℹ️ 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 on lines +245 to +249
const taxCode = getTaxCode(transactionForHandlers);
if (taxCode) {
const taxPercentage = getTaxValue(policy, transactionForHandlers, taxCode) ?? '';
const taxAmount = convertToBackendAmount(calculateTaxAmount(taxPercentage, updatedAmount, getCurrencyDecimals(value)));
setMoneyRequestTaxAmount(transactionID, taxAmount);

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 Switch tax defaults when currency changes

When moving a tracked expense and changing the inline amount currency, this block recalculates the tax with whatever taxCode was already on the draft. If the user switches between the workspace output currency and a foreign currency, the draft keeps the old default tax rate instead of selecting foreignTaxDefault/defaultExternalID like the amount step and non-moving TaxController path do, so the displayed tax amount and validation limit are computed from the wrong rate until the user manually reselects tax.

Useful? React with 👍 / 👎.

@thelullabyy

thelullabyy commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

I faced this weird behavior on this version. It broke the whole flow. @dukenv0307 Could you please check

Same steps here

Screen.Recording.2026-06-08.at.11.36.00.mov

@dukenv0307

Copy link
Copy Markdown
Contributor Author

I can't reproduce

Screen.Recording.2026-06-08.at.23.53.53.mov

@thelullabyy

Copy link
Copy Markdown
Contributor

Please ignore ^ bug. I couldn't reproduce this err anymore after reseting cache (it seems because of broken onyx data on my end)

Screen.Recording.2026-06-08.at.11.57.59.mov

@JS00001

JS00001 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@dukenv0307 checks are failing

@JS00001
JS00001 requested a review from thelullabyy June 8, 2026 18:38

@thelullabyy thelullabyy 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.

LGTM

@melvin-bot
melvin-bot Bot requested a review from JS00001 June 8, 2026 19:49

@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.

LGTM

@Julesssss

Copy link
Copy Markdown
Contributor

Merging as it's one of a few remaining blockers. @dukenv0307 there's a comment from @JS00001 here to resolve as a follow up

@Julesssss
Julesssss dismissed JS00001’s stale review June 8, 2026 23:06

Resolving blocker

@Julesssss
Julesssss merged commit e1efa26 into Expensify:main Jun 8, 2026
37 checks passed
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

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

@OSBotify

OSBotify commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

OSBotify pushed a commit that referenced this pull request Jun 8, 2026
Inline tax amount does not update correctly

(cherry picked from commit e1efa26)

(cherry-picked to staging by Julesssss)
@OSBotify OSBotify added the CP Staging marks PRs that have been CP'd to staging label Jun 8, 2026
@OSBotify

OSBotify commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.4.0-5 🚀

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

Bundle Size Analysis (Sentry):

@MelvinBot

Copy link
Copy Markdown
Contributor

🤖 I reviewed the changes in this PR against the help site files under docs/articles.

No help site changes are required.

Why:

  • This PR is a bug fix, not a new or changed feature. It corrects the inline tax amount recalculation when the expense amount or currency changes, and dismisses a stale tax-amount error when the value drops back under the limit.
  • The changes are gated behind the newManualExpenseFlow beta and live entirely in internal logic (AmountField.tsx, TaxFields.tsx, selectors.ts). There is no new UI element, setting, tab, or button that a user-facing article would need to describe.
  • The existing taxes documentation (Track-Taxes.md) already describes the intended behavior (taxes are calculated automatically from the configured rate). This PR simply makes the product match that documented behavior — so no doc edits are needed.

Because no documentation update is needed, I did not open a draft help site PR.

@dukenv0307, please confirm you agree no help site changes are needed here. If you believe an article should be updated, let me know which behavior to document and I'll create the draft PR.

@OSBotify

OSBotify commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/Julesssss in version: 9.4.0-7 🚀

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

@OSBotify

OSBotify commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.4.1-0 🚀

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

Bundle Size Analysis (Sentry):

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/Julesssss in version: 9.4.1-6 🚀

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

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

Labels

CP Staging marks PRs that have been CP'd to staging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants