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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Because of some changes with TypeScript (moduleResolution = bundler), the types are not working with newer versions of TypeScript. The following change needs to be made to make sure the types are exported in a way which works with bundler.
@JulianBerger Itworked, can you tell me one thing, i hosted website on vercel, but i cant make changes in node_module in vercel, need help with that, build failed on vercel due to this issue
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Because of some changes with TypeScript (
moduleResolution = bundler
), the types are not working with newer versions of TypeScript. The following change needs to be made to make sure the types are exported in a way which works with bundler.More details can be found here: microsoft/TypeScript#52363
It's only a small change to fix it. Here is the diff that solved the problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: