Dan Horrigan

Results 4 issues of Dan Horrigan

This will allow us to hook into the underlying Navigator so we can do things like show/hide the navigation bar based on Route. I also added `propTypes` for self-documentation.

This file should be loaded in index.php and respect the ENVIRONMENT that is set in 2.0 Reactor. This file will override the default Exception class and error handlers completely.

Feature

This was spurred by #1237. Currently, there is no way to access the request's path parameters when using the FPM runtimes. Making these available removes the need to add a...

enhancement

There is a high likelihood that cases will be invoked many-many times per-request. Currently, it loops over all cases to find the one it needs on each invocation. In cases...