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
Looking at the Network tab in dev tools, it doesn't look like the request URL includes the fragment, so I'm not sure if/how the service worker gets access to it, but it may need to strip of fragments before looking a file up in the project.
The text was updated successfully, but these errors were encountered:
This is a common need with the SVG
<use>
element which needs a URL and a fragment to identify an element by id.Here's a repro with a
<link>
tag: https://lit.dev/playground/#gist=f5b3171f6cb1d37459832b9cae6193f3Looking at the Network tab in dev tools, it doesn't look like the request URL includes the fragment, so I'm not sure if/how the service worker gets access to it, but it may need to strip of fragments before looking a file up in the project.
The text was updated successfully, but these errors were encountered: