I have a problem with an array in query params.
Example:
$url = 'https://example.localhost/?fields[articles]=title';
$uri = new Uri($url, UriParser::MODE_UTF8);
Error:
InvalidArgumentException
/Kit-UrlParser/src/Uri.php:54
I have no influence on the generation of the Urls, because they come from another extension.
Have you got a solution for this problem?