You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not getting types for some combination of header configuration. For example if external is "react,react-dom" and conditions is "react-server", not getting types.
If this configuration is a subset of another combination that also doesn't give types in some cases. For example this one:
Failing module
I am not getting types for some combination of header configuration. For example if
external
is"react,react-dom"
andconditions
is"react-server"
, not getting types.If this configuration is a subset of another combination that also doesn't give types in some cases. For example this one:
Here is my test script to test some of the combination:
Error message
After
onload
I got this:Additional info
Here are some more outputs for this script:
The text was updated successfully, but these errors were encountered: