You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the query params will be "dropped" which can interfere with downstream projects doing any sort of bundling / transforms / processing of these files and potentially relying on these query params, like with custom loaders.
Summary
Currently, if you have a module URL that you are passing into something like
renderFromHTML
, e.g.the query params will be "dropped" which can interfere with downstream projects doing any sort of bundling / transforms / processing of these files and potentially relying on these query params, like with custom loaders.
Details
This looks to be an "over-correction" in support of CJS support as part of https://github.com/ProjectEvergreen/wcc/pull/67/files#r902061804
At minimum we should be able to use
href
and still get all the compat we needBut with #134 we can just pass the whole
elementURL
insteadThe text was updated successfully, but these errors were encountered: