Changelog
2.5.10 - 2022-03-19
resetContext()
option autoConnectMountWarning
, which warns when a logic is automatically mounted in a listener.Changelog
2.5.9 - 2022-03-14
path: ['without', 'key']
now expands to path: (key) => ['without', 'key', key]
.Changelog
2.5.8 - 2022-01-25
previousLocation
5th argument to urlToAction
.Changelog
2.5.7 - 2022-01-20
useMountedLogic
now returns the built logic with the right type.