Yaw Odame
Yaw Odame
Wondering if this issue actually fixed? I am having trouble logging any of my routes in a ShellRoute using `GoRouter.of(context).go(...)` to analytics. However, `GoRouter.of(context).push(...)` seams to work ok, which is...
I am not sure the status on this issue, but I am hoping my issue is relevant. Even with a shell router observer, I am not seeing the `didPush` and...
@codekitchen I work with @MrMMorris. Here what the nginx config looks like: ``` # If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the # scheme used to connect...
Im not confident it works well. I was able to reload the a form ui state by providing the route params (`(ri/form-state {:route/target DocumentForm :route/path ["document"] :route/params [:id]}`. However, it...
Looks like UIx has a very simple interop for reagent components. https://github.com/pitch-io/uix/blob/master/docs/interop-with-reagent.md