Ben Dougherty
Ben Dougherty
It's an easy fix though right? A simple find and replace in the export.
`allow_single_line_anonymous_class_with_empty_body` was what I first tried when facing this issue before I noticed the word anonymous. I think making a generic version of this would make sense.
+1 to this, thanks.
> you might just need to increase the default memory limit. Can you expand on how to do this?
No i'm not using that branch.
Feel free to cherry pick what you need from here into 2.x and then just close this.
Is it something in this library that prevents it being serialized or is the data in the graph causing the issues?
This would be handy, AWS Cognito provides a RSA JWK and to verify them you need to convert to PEM first.
You can do the same thing with a functional component using React.memo(). ``` const AlgoliaHitsLoaderCached = React.memo(AlgoliaHitsLoader, (prevProps, nextProps) => { if (prevProps.hitsNeedLoading.length !== nextProps.hitsNeedLoading.length) { return false; } for...
Yeah, that would be accepted as a PR.