Sourced from @emotion/styled's releases.
emotion/styled@11.1.5
Patch Changes
d0293508#2240 Thanks@wolszczak96! -asprop has been removed from TypeScript declarations for composite components. This prop has not actually been handled by default bystyledfor those components - to makestyledhandle it you need to provide a customshouldForwardPropthat doesn't forward theasprop.Updated dependencies [
f3c2e81d]:
- emotion/is-prop-valid@1.1.0
2fe9e0e Version Packages (#2207)d029350 Removed type for as prop for composite components (#2240)f3c2e81 Added option & fallback AMP props to the list of valid props (#2232)b62647e Fix regex to comply with no-useless-escape ESLint rule400c6f7 Update slack link00cb614 Update example describing how one can provide a library theme type using inte...4d2e732 Added export for SerializedStyles Flow type from emotion/react (#2206)a89d425 Lift Emotion 11 codemod instructions to the earlier spot in the docs (#2194)a1e44aa Version Packages (#2187)71ca9be Fix TypeScript support for custom components with non-standard declarations (...