don't recreate `<style>` tags if we're able to dedupe
See original GitHub issuePerhaps use id
?
context: #44 and https://github.com/nuxt/framework/issues/2337
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Automatically Remove Duplicates from Drop Down Lists
Get Your Video Workbook Template Here: »» https://cutt.ly/up4v2007MFD Get rid of duplicates in your dropdown list for good!
Read more >3 ways to remove duplicates in an Array in Javascript
Using Set(), an instance of unique values will be created, implicitly using this instance will delete the duplicates.
Read more >How it works - Dedupe.io - De-duplicate and find matches in ...
If we supply pairs of records that we label as either being duplicates or distinct, then Dedupe.io will learn a set of weights...
Read more >Npm-dedupe, npm-deprecate and npm-dis-tag CLI options
If there is a suitable version already at the target location, then it will be left untouched, but the other duplicates are deleted....
Read more >Remove duplicates from a given string - GeeksforGeeks
Given a string S, the task is to remove all the duplicates in the given string. Below are the different methods to remove...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
🎉 This issue has been resolved in version 0.7.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
This is still extremely broken.
This line removes all link tags that aren’t controlled by vueuse/head: https://github.com/vueuse/head/blob/392e8c8ca91df27d9b067dad8c2d9886b53ac756/src/index.ts#L208
If I remove that then this section does the same thing when run by vite-ssg because
querySelector('link[key="null"]')
just returns the first<link>
due to a jsdom bug: https://github.com/vueuse/head/blob/392e8c8ca91df27d9b067dad8c2d9886b53ac756/src/index.ts#L213-L218