Closed adrum closed 1 year ago
I noticed when trying to build the production dockerfile, the previous methodology of accessing the search params were inaccessible during SSR. This just moves the reading of the URL to the onMount method to bring compatibility for SSR.
onMount
Thanks, would have been picked up ideally within the release tests but that's where a good CICD test pipeline would be useful.
I noticed when trying to build the production dockerfile, the previous methodology of accessing the search params were inaccessible during SSR. This just moves the reading of the URL to the
onMount
method to bring compatibility for SSR.