tighten / ziggy

Use your Laravel routes in JavaScript.
MIT License
3.83k stars 247 forks source link

Fix `route().current()` with nested/object query params #712

Closed bakerkretzmar closed 6 months ago

bakerkretzmar commented 6 months ago

Fixes #711.

Adds a more thorough object/array subset check to match params passed to route().current() against complex objects and arrays in the current route's query parameters.