fedora
fedora
I try the 0.13.5 ### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](.github/CONTRIBUTING.md)? Yes ### Environment ### Steps to Reproduce (Write your steps here:) I...
I think is because line 33 in MediaObject.js isComponent(el) { if(el && el.classList && el.classList.contains('media')) { return {type: 'media'}; } }
**Describe the bug** I have a serverless project with typescript it works find on local test with(serverless-offline) I try to deploy a serverless project use the ecr(docker) of aws when...