Levi Lu
Levi Lu
+1, I would say this is one of the deal-breakers for us, we have lots of shared components and utility functions/classes, and sharing them across multiple CRA projects has been...
would be great to also export your version of `DOMRectReadOnly`.
@slorber you don't need to query again for the variables, you just need to curry the function so that variables are saved, for example: ```javascript const [mutationMethod] = useMutation(SOME_MUTATION); const...
hello @jorgebodega, just to clarify, are you planning on swapping out `Faker` and replacing it with `@faker-js/faker`?
I just upgraded to v5 recently and I noticed a significant downgrade of the overall performance, as reflected in the Lighthouse. And the animation/transition feels sluggish, comparing to v4, is...
I'm also getting this error when upgraded this lib to `0.3.2`: ```bash GraphQLSchemaValidationError: Unknown directive "specifiedBy" ```
hey, can you elaborate how to solve this? @dbbrahmbhatt I got the same error when trying to void the envelope: ```javascript const env = new docusign.Envelope(); env.status = 'voided'; env.voidedReason...