Commit 7f61a8b
committed
fix: Read identityMode from first skeleton that defines it
When multiple targets share one createInstantiator (e.g. test package),
use compactMap to find the first non-nil identityMode across all skeletons
instead of reading from the first skeleton which may not have it set.1 parent 5bf23cd commit 7f61a8b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
983 | 983 | | |
984 | 984 | | |
985 | 985 | | |
986 | | - | |
| 986 | + | |
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
| |||
0 commit comments