[No QA] Fix live Onyx hook references - #100314
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
🚧 puneetlath has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 9.4.70-0 🚀
|
|
No help site changes are required for this PR, so I did not create a docs PR. This PR swaps three references to the undefined Why no docs update is needed
@puneetlath, please confirm you agree that no help site update is needed. If you think a specific article should change, reply with |
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 9.4.72-0 🚀
|
|
🤖 No help site changes are required for this PR. This PR replaces three references to the undefined Nothing here changes what a customer sees or does:
Because @puneetlath, no linked help site PR was created since no documentation changes are needed. If you believe this change does alter customer-facing behavior, reply with what changed and I'll draft the docs update. |
Explanation of Change
Replace three references to the undefined
originalUseOnyxidentifier with the existinguseOnyxWithoutSnapshotsalias.This fixes the TypeScript and ESLint failures introduced by #99279. The ESLint errors were secondary type-safety errors caused by the unresolved identifier.
[No QA] because this is a compile-time identifier correction with no intended behavior change.
Fixed Issues
$ #100310
$ #100311
Tests
npm run lint-changedand verify it passes.npm run typecheckand verify it passes withoutTS2304errors.npm run react-compiler-compliance-check check-changedand verify it passes.npm run spell-changedand verify it passes.Offline tests
N/A — compile-time identifier correction only.
QA Steps
N/A
PR Author Checklist
Screenshots/Videos
N/A