-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ssr): global attribute disparities (#5247)
* chore: testing hydration * chore: added tests * chore: added dedicated tests for v1/2 delta * chore: modified public property test * fix: tabindex corrections, additional tests * chore: minor corrections * fix: prettier * chore: update undeclared test * fix: hydration test * chore: added hydration tests and v1/2 pathing * chore: test debug * chore: check error length * chore: revert hydration failure test * chore: change path strat * chore: test correction, production mode
- Loading branch information
1 parent
2937602
commit b5d54cd
Showing
69 changed files
with
2,558 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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 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 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
7 changes: 7 additions & 0 deletions
7
..._tests__/fixtures/attribute-global-html/as-component-prop/without-@api-values/config.json
This file contains 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,7 @@ | ||
{ | ||
"entry": "x/component", | ||
"ssrFiles": { | ||
"error": "error-ssr.txt", | ||
"expected": "expected-ssr.html" | ||
} | ||
} |
Empty file.
Empty file.
Oops, something went wrong.