[WC-3452] Pusher module refine#2323
Conversation
This comment has been minimized.
This comment has been minimized.
SubscriptionConfig.onError was never set by any caller after handleError was removed from Pusher.tsx. Drop the interface field, private field, call site, and cleanup assignment to avoid misleading future readers.
…criptions on each render
…herConfig Cover the previously untested upper layers: widget subscription building logic in Pusher.tsx, channel name derivation, and config fetch error paths.
c87f303 to
8366a69
Compare
This comment has been minimized.
This comment has been minimized.
… in release script comment
AI Code Review
What was reviewed
Skipped (out of scope): CI checks: could not retrieve (command requires approval) — please verify before merging. Findings🔶 Medium — Missing CHANGELOG entries for behavioral changes in pusher-webFile: ### Changed
- Removed `onError` callback from subscription config; errors are now logged directly by `PusherListener`.
- Removed debug-level state change and event-received logging to reduce console noise.🔶 Medium — Missing CHANGELOG entry for module bundle change in pusher moduleFile: ### Changed
- Module now bundles the legacy `Pusher.mpk` alongside the new `com.mendix.widget.web.Pusher.mpk` to support gradual migration.
|
No description provided.