flutter / samples

A collection of Flutter examples and demos
https://flutter.github.io/samples/
Other
16.64k stars 7.39k forks source link

material_3_demo content.css downloaded twice #2244

Closed chen56 closed 1 week ago

chen56 commented 3 weeks ago

https://flutter.github.io/samples/web/material_3_demo/

m3 web sample content.css is too large and downloaded twice, two file are basically same:

image
parlough commented 2 weeks ago

Thanks for opening the issue @chen56! I don't see any content.css, content.js, or page.js files when accessing the site, nor do I believe we include these. What's the source/initiator of the content.js file? Perhaps it's being installed by an extension or some rogue service worker?

chen56 commented 2 weeks ago

@parlough Microsoft Edge Version 124.0.2478.51 (Official build) (x86_64)

parlough commented 1 week ago

Thanks for your browser details!

Could you try in an incognito tab with extensions disabled? I can't reproduce this nor can I find anywhere these files would be introduced.

chen56 commented 1 week ago

you are right , disable extensions , every thing is ok ,cool ,thanks, my problem!