question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

don't recreate `<style>` tags if we're able to dedupe

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
github-actions[bot]commented, Dec 10, 2021

🎉 This issue has been resolved in version 0.7.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

0reactions
KaelWDcommented, Dec 17, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found