What's Changed
- Fixed: Skip perception checks in
Store.publisher(thanks @pyrtsa, https://github.com/pointfreeco/swift-composable-architecture/pull/3745). - Fixed: Update
reportIssueformatting to avoid console errors (https://github.com/pointfreeco/swift-composable-architecture/pull/3795). - Fixed: Address compiler warnings/errrors from lack of
anyexistential and deprecations (https...