inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

Ensure query string not URL encoded

Open rojtjo opened this issue 1 year ago • 0 comments

#592 fixed the long standing double path issue but it introduces a bug where the query string is URL encoded. This PR fixes that by manually building up the URL en decoding the query string before appending it.

rojtjo avatar Mar 12 '24 14:03 rojtjo