Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Problem
Our backend requires that the TryNewDot NVP value of classicRedirect.dismissed is always a bool. The App client suggests that a string can be used in TryNewDot.ts, which has led to bugs and confusion.
Also, we need to fix cases where a string might be being set. For example, the 'Try New Expensify' button.
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Problem
Our backend requires that the TryNewDot NVP value of classicRedirect.dismissed is always a bool. The App client suggests that a string can be used in TryNewDot.ts, which has led to bugs and confusion.
Also, we need to fix cases where a string might be being set. For example, the 'Try New Expensify' button.
Solution
Force the type to be bool here
View all open jobs on GitHub