Commit dc89f30
fix: correct config chaining in withIntercomPushNotification (#383)
The exported plugin was passing the original `config` to both
`appDelegate` and `infoPlist` instead of the chained `newConfig`,
which meant each plugin received the unmodified config rather than
the result of the previous plugin in the chain.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a0b5005 commit dc89f30
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
0 commit comments