-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
No response
Bug description
Privacy Plugin misses built-in JS package.
The package in question is https://unpkg.com/resize-observer-polyfill
I believe the issue is in mkdocs-material-insiders/src/assets/javascripts/browser/element/size/_ /index.ts on line 79:
? watchScript("https://unpkg.com/resize-observer-polyfill")
Related links
Reproduction
Steps to reproduce
- activatre venv
- run
python -m venv venvand activate - install mkdocs-material-insiders
- run
mkdocs serve --watch-theme --strict - check bundled JS
assets/javascripts/bundle.6fc684e3.min.jsincludes https://unpkg.com/resize-observer-polyfilleven though privacy is enabled
Browser
Chrome, Other
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open