Dan Abel
Dan Abel
@rahujoshi I have this issue too. SVG attributes use camel case like `viewBox` but Interweave converts all attributes to lowercase. I have inline SVGs as part of a HTML string...
Thanks for your response. I've just had a play around in [code sandbox](https://codesandbox.io/s/modest-hoover-v7vz18?file=/src/index.js). You need to use `createElementNS` to create an element in the SVG namespace, using `createElement` didn't work....
To solve my issue I've written the following `transform` function. I know it's not particularly safe, but I trust the source HTML, so it works for me. ```typescript const transform...
This can be fixed by simply changing the function name `auth_plugin_wp2moodle()` to `__construct()` in the auth.php file.
**+1** I also get this issue in React 17
+1 I have the same issue. The app deploys fine the first time, subsequent deployments seem to be successful, but the console hangs at the end and doesn't exit forcing...
@bergera Could your PR possibly fix this issue? Could the above error be caused by the SAM CLI using an unmodified Client? PR: https://github.com/localstack/aws-sam-cli-local/pull/5