Fix/component lifecycle not execute#2690
Merged
Conversation
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 96.13% | 2853/2968 |
| 🟢 | Branches | 88.65% | 1624/1832 |
| 🟢 | Functions | 95.67% | 862/901 |
| 🟢 | Lines | 96.19% | 2778/2888 |
Test suite run success
384 tests passing in 43 suites.
Report generated by 🧪jest coverage report action from 8cf0015
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 33.63% | 114/339 |
| 🔴 | Branches | 14.53% | 25/172 |
| 🔴 | Functions | 26.14% | 23/88 |
| 🔴 | Lines | 34.23% | 114/333 |
Test suite run success
2 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from 8cf0015
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 80.96% | 370/457 |
| 🟡 | Branches | 76.65% | 279/364 |
| 🟢 | Functions | 88.7% | 102/115 |
| 🟢 | Lines | 81.36% | 358/440 |
Test suite run success
234 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from 8cf0015
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟡 | Statements | 72.62% | 915/1260 |
| 🟡 | Branches | 61.34% | 576/939 |
| 🟡 | Functions | 70% | 196/280 |
| 🟡 | Lines | 72.68% | 899/1237 |
Test suite run success
101 tests passing in 8 suites.
Report generated by 🧪jest coverage report action from 8cf0015
JackLian
pushed a commit
that referenced
this pull request
Nov 24, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 28, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 28, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 29, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 29, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 29, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 29, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Nov 30, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
JackLian
pushed a commit
that referenced
this pull request
Dec 13, 2023
* fix: recover component lifecycle and avoid execute from scope __proto__
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
移除对 uipaas 场景的特殊处理代码,恢复社区的执行逻辑。