@steroidsjs/core 2.2.107 → 2.2.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "2.2.107",
3
+ "version": "2.2.108",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -213,8 +213,7 @@ function Router(props) {
213
213
  return activeRoute && activeRoute.role !== exports.ROUTER_ROLE_MODAL;
214
214
  });
215
215
  if (parentRouteId) {
216
- // TODO route params?..
217
- dispatch(router_1.goToRoute(parentRouteId));
216
+ dispatch(router_1.goToRoute(parentRouteId, routeParams));
218
217
  }
219
218
  }
220
219
  });