Closed liamqma closed 2 years ago
When trying to use the latest version of RRR in JFE, we discovered URL is not supported in SSR runtime.
URL
I noticed url-parse is already included as dep in this repo. Therefore, use url-parse instead of window.URL as a short-term solution.
url-parse
window.URL
When trying to use the latest version of RRR in JFE, we discovered
URL
is not supported in SSR runtime.I noticed
url-parse
is already included as dep in this repo. Therefore, useurl-parse
instead ofwindow.URL
as a short-term solution.