Support for containerType
CSS Prop Typing & Other Container Query Properties
#3001
Labels
containerType
CSS Prop Typing & Other Container Query Properties
#3001
Current behaviour:
When attempting to use the
containerType
property to use CSS Container Queries, I get a Typescript error and no typing support.To reproduce:
containerType
property and see that there is no TS support. Note that on my local VS Code, Typescript red lines show and when running tsc it will fail.Expected behavior:
The expected behaviour is that the
css
prop would have support for thecontainerType
and other CSS Container Query properties and values.Environment information:
react
version: 18.2.0@emotion/react
version: 11.10.6The text was updated successfully, but these errors were encountered: