Commit 633b02d
committed
feature #1251 Fix instantiating LiveComponentMetadata multiple times (TheDutchScorpion)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Fix instantiating LiveComponentMetadata multiple times
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | N/A
| License | MIT
This pull request fixes an issue with instantiating LiveComponentMetadata multiple times, when loading the same component multiple times.
Commits
-------
7e03119 Fix instantiating LiveComponentMetadata multiple timesFile tree
1 file changed
+8
-1
lines changed- src/LiveComponent/src/Metadata
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
41 | | - | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
0 commit comments