-
Notifications
You must be signed in to change notification settings - Fork 75
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
Declaration or statement expected in 0.4.0-alpha.1 ver. #62
Comments
Hello. What version of |
Hello, typescript 3.5.3 |
Can you show |
|
Can you upgrade? |
Thank you for your answer. I can't to upgrade TS version. Do you have another way to resolve this issue? |
I don't see a problem with upgrading ts, versions are non-conflict. If this is not possible now, you can copy sources into your project and remove |
I was running into this issue after setting up yarn workspaces. my packages use typescript 3.83 but a dependency was using typescript 3.53 (same as yours funnily enough, are you using For some reason this only caused issues on our CI bitbucket pipeline not locally. I've solved it with yarn resolutions in the workspace root package.json. It has no effect when added to the package.json in a package in a workspace.
also had to clear my bitbucket pipeline cache. hope that helps someone else 🙂 |
In my project I'm also unable to upgrade TS for now, so I went with @vtaits's suggestion of copying the sources directly in the project. Thank you for creating this package, looking forward to use it directly as a dependency once I can update TS :) [EDIT]: That didn't work in the end because the copy doesn't pass our |
For small personal projects, upgrading is easy. For large projects, upgrading is challenging. I tried upgrading from TS v3.7 to TS v3.9 and it broke things. I downgraded to version 3.8.3, and I received warnings from a script in the build system that it was tested with earlier versions of Typescript. |
Hi all any updates here ? |
Hello! Thank you for a perfect lib.
I saw that AsyncPaginate
supports
menuIsOpen` in 0.4.0-alpha.1 version.I am trying to use alpha version, but it is fail to compile.
The text was updated successfully, but these errors were encountered: