-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with imports #4545
Comments
This isn't an actionable bug report. Please post some sample code demonstrating the problem. |
import * as sdk from "matrix-js-sdk"; Doesn't works too |
And I use pnpm to build the project |
It was connected with ts version. Closed. |
Glad you got it fixed. Could you share which version of Also: reminder that it's helpful if you paste the error messages themselves, rather than screenshots of the error, so that anyone searching for the error message will find your issue. In this case, the useful error messages seem to be:
|
4.9.5 -> 5.7.0 |
I updated matrix-js-sdk from 33.1 to 34.12 and all of my imports was broken. I start explore problem, and it turned out it was related with #4377. After this issue in matrix.d.ts all imports with .ts. And I can't realize why they in my project looks with .ts. How can I fix it? I just want use you library
The text was updated successfully, but these errors were encountered: