-
Notifications
You must be signed in to change notification settings - Fork 30
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
Build Failure After Updating and Attempting to Merge Changes #5301
Comments
Hello, i'm sorry for the delayed response, but can you please clarify, do you have the problem now? :-) We have had some changes made in miniapps :-( |
@toplenboren, Hello, Thank you for your response. The previous issue has been resolved, but now I've encountered a new error during the build process. When running
I investigated further and found that the modules I've tried reinstalling dependencies and clearing caches, but the issue persists. Could this be related to a missing or outdated dependency in the package configuration? Thank you! |
Hi, could you please update your project from our |
@pahaz, Hello! Yes, the previously reported issues have been fixed, thank you for that! However, there's a new TypeScript error that has come up. I've temporarily ignored it using The error occurs when running Here’s the output:
Found 1 error in src/helpers/uuid.ts:15. Thanks for your help! |
I recently attempted to update to the latest version and encountered a build failure during the merge process. After running the yarn build command, the build failed with the following error:
It seems to be related to the @open-condo/miniapp-utils package, specifically an issue with an ArrayIterator type not being recognized correctly, as seen in this part of the error:
Additionally, there was a Docker build failure at this point:
The full error message:
Is there any known issue with the
@open-condo/miniapp-utils
package, or could it be related to a type mismatch in the iterator? Any guidance on resolving this would be greatly appreciated.The text was updated successfully, but these errors were encountered: