Commit fc6a4d9
Fix serializer cache to be instance-based to prevent cross-test contamination
- Changed _serializerCache from static to instance field to prevent different service providers from sharing cached serializers
- This ensures each PersistentStateValueProvider instance has its own serializer cache
Co-authored-by: javiercn <[email protected]>1 parent d7ed4d9 commit fc6a4d9
File tree
1 file changed
+2
-12
lines changed- src/Components/Components/src
1 file changed
+2
-12
lines changedLines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 104 | + | |
115 | 105 | | |
116 | 106 | | |
117 | 107 | | |
| |||
0 commit comments