Current behavior:
In v11.13.5 the import @emotion/react/types/jsx-namespace works as expected.
In v11.14.0 the import @emotion/react/types/jsx-namespace does not work.
To reproduce:
https://codesandbox.io/p/sandbox/emotion-typescript-example-forked-dsrcnf
If you change the version of @emotion/react to v11.13.5 it works.
PS: the issue might be related with the changes in #3284
Expected behavior:
The import @emotion/react/types/jsx-namespace should work.
Environment information:
react version: 17.0.2
@emotion/react version: 11.14.0