79553136

Date: 2025-04-03 13:53:44
Score: 1
Natty:
Report link

There is a documentation on that from PointFree - https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/stackbasednavigation/#Pushing-features-onto-the-stack

You need to append to the path on some action like this (e.g. on tap or whatever is your use case):

  state.path.append(.history(History.State()))
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Luzo