serdiukov-o-nordwhale
serdiukov-o-nordwhale
We're no longer use the old payment link options and other payment methods related to the v1 contracts. So we could now just merge PaymentLinks.js back to GoodWalletClass, owerwriting the...
Now we're asking user to pass re-verification each 14 days. During that process we're performing match-3d operation between the stored face snapshots and the face currently enrolling. If some other...
* [ ] Enable react-hooks/exhaustive-deps rule * [ ] Enable _this context_ for class methods rule * [ ] Re-run lint for all app, fix issues found
Sometimes the following error happens: ``` Failing build: Failed to prepare repo 2:34:06 PM: Failed during stage 'preparing repo': exit status ``` If re-deploy manually using 'clean cache & deploy'...
We're using 16.8.x react-test-renderer which doesn't supports async act() implementation. So there is no way to test components & hooks containing async logic. We've met this issue trying to test...
We're performing form validation manually, as a result we have a lot of duplicated/similar code In opposite we could use libraries for validate forms. For now the most popular solution...
On IOS you cant call focus not from a user action. For now, setTimeout hacks are used But correctly will be when target screen's component will perform auto-focus, as setTimeout...
Components looks overloaded and have to many if() checks are we using magic link or torus in the different places We should split all those flows (ML & torus), re-write...