Changes since 24.1.17
Fixes
-
Enable Atmosphere heartbeat (#17845)
Commit · Pull requestEnable Atmosphere heartbeat and ignore it in devserver Set default WS idle timeout to 5 minutes ---------
-
Load chunks for component parents (#17948)
Commit · Pull request · IssueWhen using the default production bundle, the chunk for a specific Flow component subclass may not be present (e.g. MyChart < Chart). However, the required imports are in the bundle, associated with the chunk id of the parent class. This change forces the load of potential chunks for all parent classes in the component hierarchy.