yergom
yergom
I would love to see this change accepted. We've been bitten by the double re-render before the route is updated several times.
I'm trying to do a similar thing to import an `svg` within a `js` file: ```js const info = new URL('info.svg', import.meta.url); ``` but at runtime I get ``` Uncaught...
I've also tried to use the url directly in the jsx element, but there is no transformation performed in the resulting bundle (so the image cannot be found). I have...