Samuel Torres
Samuel Torres
Same here, I had to uninstall the chrome extension then re-install
> @aarongranick-okta I am using 6.1.0 and am still seeing a very large bundle size of 200+ KB: > > > > The only thing I import from the module...
@aarongranick-okta Any updates on reducing the size of the sign in widget? Thanks.
Hopefully this is updated soon :) even if it's non breaking at the moment. Thanks @ljharb
What version of node-cache are you on?
What exactly is the issue you are facing? @AzeemAdil
Has there been any progress on adding TTL configuration for apollo client cache? It would be nice to have this fine grained control over cache expiration. Thanks!
@jerelmiller Sounds good. Is the recommended approach for custom cache management to use eviction/gc for the time being? https://www.apollographql.com/docs/react/caching/garbage-collection Thanks!
Has this been resolved? I am having the same issue with CryptoJS 4.1.1. Encrypting on one machine/app and decrypting on another returns an empty string upon decryption.
@blustreeky23 for my case I was passing values as encrypted from the `process.env.secrety_key` and for some reason that value was null prior to being passed to the `encrypt()` method. Not...