Resolved it by updating the following in the kaya-qr-code-generator > lib > functions.php file (line 67 for me)
$qrcodeContent .= (!empty($qrcodeQueryString)) ? esc_attr((empty(count($_GET)) ? '?' : '&' ) . $qrcodeQueryString) : '';
Would be great if this was accepted in the next update