-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix(core): When an error occurs during SSR due to using the browser APIs, show an explanation #7571
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
Merged
wmertens
merged 24 commits into
QwikDev:build/v2
from
JerryWu1234:v2-7514-improvement-usetask
Jun 2, 2025
Merged
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e13b384
Merge pull request #9 from QwikDev/build/v2
JerryWu1234 94e47d7
fix(repl): improve deepUpdate logic for array item matching
JerryWu1234 69dd8fb
fix it
JerryWu1234 484cb85
fix(core): prevent server-side usage of browser APIs
JerryWu1234 e6bf18e
add change
JerryWu1234 ffa2f30
fix(qrl): improve error message for browser API usage in SSR
JerryWu1234 2c23bd1
docs(changeset): update changeset from major to patch
JerryWu1234 90ccf26
feat(core): improve error message for SSR browser API usage
JerryWu1234 765ce4a
Merge branch 'QwikDev:build/v2' into build/v2
JerryWu1234 ff28ef1
solve confilict
JerryWu1234 e57626f
test(use-task): update test case for error handling in useTask$
JerryWu1234 01b2f8d
Merge branch 'build/v2' into v2-7514-improvement-usetask
JerryWu1234 fb2ed8a
test(use-task): update error handling test to use ErrorProvider
JerryWu1234 3a240e2
Merge branch 'v2-7514-improvement-usetask' of https://github.com/Jerr…
JerryWu1234 67e517d
feat(eslint-plugin-qwik): add scope-use-task rule to enforce server g…
JerryWu1234 46d7a67
Merge branch 'build/v2' into v2-7514-improvement-usetask
JerryWu1234 25d8119
test(scope-use-task): update test cases for unsafe API usage
JerryWu1234 68b2d34
Merge branch 'v2-7514-improvement-usetask' of https://github.com/Jerr…
JerryWu1234 764d3b2
Merge branch 'build/v2' into v2-7514-improvement-usetask
JerryWu1234 8764565
Merge branch 'build/v2' into v2-7514-improvement-usetask
JerryWu1234 9a06edf
Merge branch 'build/v2' into v2-7514-improvement-usetask
JerryWu1234 3289e51
Merge branch 'build/v2' into v2-7514-improvement-usetask
JerryWu1234 c678479
fix(qrl): handle window reference errors in server mode
JerryWu1234 6117b61
❤️
JerryWu1234 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@qwik.dev/core': patch | ||
--- | ||
|
||
fix(core): prevent server-side usage of browser APIs | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.