Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: checks #49
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
Uh oh!
There was an error while loading. Please reload this page.
fix: checks #49
Changes from all commits
9bf021e81709892055ebed1427b297d112da99cad8f5a942f21799d46009f078572490adfa39bdf044c347f9d116619e4b778db99dcd793bbe0cc37855a24073fd6582b8c1b45e3937757adef00af3199a4d8a51722e1bd472496444ccb004b8143be23506b6cd906ca78bbda87687d511f32a1790fb79e93a42b7c20e421523d0ed97a83d23a196db0490acbfba11fb61397dadfccd4c9a5c81fdef7f583576774ef7b41ac708892db49146a6a69af78d7d37798063e7e715f99c91c967ddd5036b0d5d8b98721d288c96b1d78f39143b5c8645341dfd09441af71497ed21df963bde17c076995f210dad3ba6e5dccc822fc5c61dc521b1cf8e0a3eb361b65d64e0eea70b6f8f5ab96039149c0037354897ea3118069b4e69d801c4cfbdd412544bc3478c118eede4389df0e44fac705dc881c5ecc70853c6493d47f83da8df1152fc6d5922af4fecf50032f07abe4cde408d0734b8843cf8b66bdb07c7b23bd3b7dab7f60087793File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Check failure on line 1 in app/entrypoints/renderer/package.json
Error release workspace @app/renderer-entrypoint
Raw output
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://nextjs.org/telemetry ▲ Next.js 14.2.24 - Environments: .env - Experiments (use with caution): · externalDir · esmExternals · outputFileTracingRoot Creating an optimized production build ... ✓ Compiled successfully Checking validity of types ... ⚠ Linting is disabled. Failed to compile. ../../../../.yarn/__virtual__/@app-member-cards-grid-virtual-207583b7cc/1/app/fragments/app-member-cards-grid/src/hooks/helpers/get-unique-items.helper.ts:6:8 Type error: Type 'IterableIterator<any>' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher. 4 | const filterKey = 'id' 5 | const uniqueDataArray = [ > 6 | ...new Map(allDataArray.map((allDataItem) => [allDataItem[filterKey], allDataItem])).values(), | ^ 7 | ] 8 | // eslint-disable-next-line @typescript-eslint/no-unsafe-return 9 | return uniqueDataArray Next.js build worker exited with code: 1 and signal: null cp: cannot stat './src/.next/standalone': No such file or directoryUh oh!
There was an error while loading. Please reload this page.