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
Actual behavior: error TS2367: This comparison appears to be unintentional because the types 'string' and 'any[]' have no overlap.
Some kind of incompatibility with a 3rd-party type lib @types/google-publisher-tag
If I try to validate their type googletag.GeneralSize the compilation fails, with the above error.
See attached minimal reproduction zip. bun run build or simply tsc will trigger the error.
Please advise if the problem comes from you or from google.
Some kind of incompatibility with a 3rd-party type lib
@types/google-publisher-tag
If I try to validate their type
googletag.GeneralSize
the compilation fails, with the above error.See attached minimal reproduction zip.
bun run build
or simplytsc
will trigger the error.Please advise if the problem comes from you or from google.
💻 Code occuring the bug
typia-GeneralSize.zip
The text was updated successfully, but these errors were encountered: