schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.22k stars 74 forks source link

fix: GoRouterHelper.replaceNamed not passing params #211

Closed walsha2 closed 5 months ago

walsha2 commented 5 months ago

Description

GoRouterHelper.replaceNamed is not passing the params or queryParams to Router.of(this).replaceNamed

https://github.com/schultek/jaspr/blob/5c60d4492e90d87898b7a26ad5b6987c6963b5bf/packages/jaspr_router/lib/src/misc/extensions.dart#L54-L60

Expected Behavior

These parameters should be passed through this helper method.