You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces a CaptureHint type, which is passed as an extra argument to the CaptureRouter and CaptureAllRouter constructors for the Router' type.
7
+
CaptureHint values are then used in routerLayout, to display the name and "type" of captured values (single or list), instead of just <capture> previously.
8
+
9
+
N.B.:
10
+
Because the choice smart constructor for routers can aggregate Capture combinators with different capture hints, the Capture*Router constructors actually take a list of CaptureHint, instead of a single one.
11
+
12
+
This PR also introduces Spec tests for the routerLayout function.
0 commit comments