Sergey Bekrin
Sergey Bekrin
Currently we're using [`isValidAttr`](https://github.com/sergeybekrin/styled-email-components/blob/master/src/styled-component.js#L8) from `styled-components` which prevents non-valid attributes on DOM nodes. Since XHTML supports less/different attributes, `styled-email-components` would benefit from a custom xhtml attribute list to avoid "invalid...
Hey there 👋 I sounds a bit specific feature for Jest, but what do you think about relying on Jests's `testPath`? It allows to move `dataSnapshot` call into separate file...
When running in Cloudflare Workers environment, any request to Intercom fails with: ```json { "code": "media_type_not_acceptable", "message": "The Accept header should send a media type of application/json" } ``` It...