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
What is the current behavior/state of the project?
The project does not support ESM build because of an incorrect TS type definition and yields the following error
importMatchMediaMockfrom"jest-matchmedia-mock";newMatchMediaMock();// ts-error: Type 'typeof import(".../node_modules/jest-matchmedia-mock/dist/matchmedia-mock")' has no construct signatures.
What is the desired behavior?
Having the TS type definition reflect the runtime behavior when imported in an ESM module.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior/state of the project?
The project does not support ESM build because of an incorrect TS type definition and yields the following error
What is the desired behavior?
Having the TS type definition reflect the runtime behavior when imported in an ESM module.
The text was updated successfully, but these errors were encountered: