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: site dev SSR crash — react wrapper source must not be solid-compiled #539
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: site dev SSR crash — react wrapper source must not be solid-compiled #539
Changes from all commits
d76ebd731ae29781db783File 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 20606
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 12655
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 11993
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 40167
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 9437
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 23358
🏁 Script executed:
Repository: conciv-dev/conciv
Length of output: 19096
🌐 Web query:
TypeScript 6 tsconfig extends array package-based extends JSONC official documentation💡 Result:
As of August 2026, the TypeScript
tsconfig.jsonextendsproperty supports both a single string and an array of strings [1][2]. This feature was introduced in TypeScript 4.9 [2]. When an array is provided, TypeScript merges the configurations by processing them in the order specified in the array, where later configurations in the array override settings from earlier ones [1][2]. This allows for composition of multiple base configurations [3]. Regarding "package-based" extension, theextendsproperty supports Node.js-style resolution [4][5]. This means you can reference configuration files within installed npm packages (e.g.,"extends": "@scope/package/tsconfig.json") [6]. Furthermore, TypeScript resolution forextendstakes package export maps into account, provided the project is configured to use modern module resolution settings likenode16,nodenext, orbundler[6]. While the feature is fully functional, official documentation pages have historically lagged in explicitly detailing the array syntax in the primaryextendsreference section [2], though it is a standard and supported capability [1][2]. JSONC (JSON with Comments) is the supported format fortsconfig.jsonfiles [7].Citations:
extendsdoes not resolve Node.js style specifiers microsoft/TypeScript#62753tsconfig.extendsas array microsoft/TypeScript#29118Parse tsconfig files with the TypeScript config API.
JSON.parserejects supported JSONC syntax. The resolver also ignores supported package-based and arrayextendsvalues. These cases can hide inherited React settings and remap React sources into the Solid pipeline. Add regression fixtures for all three cases.🤖 Prompt for AI Agents
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.