Taylor Hunt
Taylor Hunt
I was able to fix the warning by moving a seemingly-unrelated chunk of code, so if you find that you cannot reproduce this bug, then that means I mistakenly assumed...
Whoop, spoke too soon; it appears to be somewhat non-deterministic.
I forgot to show my plugin config, sorry about that: ```js stylesPlugin({ mode: 'extract', sourceMap: true, minimize: __PROD__, url: { publicPath, hash: '[hash].[ext]' } }) ```
I messed around with your repro case in Try Online, but could only conclude a few things: - The “Compiled (HTML)” looks like something is clearly goofy with nested `_component.elId`’s:...
Some research: - [Google Search Central: Using named anchors to identify sections on your pages](https://developers.google.com/search/blog/2009/09/using-named-anchors-to-identify) - [Google Blog: Jump to the information you want right from the search snippets ](https://googleblog.blogspot.com/2009/09/jump-to-information-you-want-right-from.html)...