Christian Sepulveda

Results 3 issues of Christian Sepulveda

Add support to set `multiValueHeaders` per https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html#api-gateway-simple-proxy-for-lambda-output-format (This allows for setting multiple cookies in responses, as described in https://aws.amazon.com/blogs/compute/support-for-multi-value-parameters-in-amazon-api-gateway/) I hope the PR seems reasonable to add. Thanks

**Affected Projects** **Library Version:** 4.2 **Describe the bug** This page notes `recordAnalytics` defaults to `false` https://docs.reactivesearch.io/docs/reactivesearch/react/advanced/analytics/#recordanalytics But the source code has `true` https://github.com/appbaseio/reactivesearch/blob/37260b5f27512d342e2866f1b89cf546da43cb9c/packages/web/src/components/basic/ReactiveBase.js#L120 **Additional context** Please either update the documentation...

bug

If your SVG component has properties like `stroke-width`, you get the following console warning. ``` Warning: Invalid DOM property `stroke-width`. Did you mean `strokeWidth`? in path (created by MorphTransition) in...