Alejandro Martinez
Results
2
issues of
Alejandro Martinez
The `createInvoice()` and `updateInvoice()` actions in `actions.ts` convert the dollar amount to cents, but the result should be rounded because of floating point error. ``` const amountInCents = Math.round(amount *...
The copyUrl works in figma, but when I do it on react, it always looks completely different. I have been trying to get the default spiral animation working, and I...