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
Current behavior:
In
v11.13.5the import@emotion/react/types/jsx-namespaceworks as expected.In
v11.14.0the import@emotion/react/types/jsx-namespacedoes not work.To reproduce:
https://codesandbox.io/p/sandbox/emotion-typescript-example-forked-dsrcnf
If you change the version of
@emotion/reacttov11.13.5it works.PS: the issue might be related with the changes in #3284
Expected behavior:
The import
@emotion/react/types/jsx-namespaceshould work.Environment information:
reactversion:17.0.2@emotion/reactversion:11.14.0