Open alemonmk opened 4 months ago
3eedc7b7dc99f23c0db525b069a5cd5faaf5a75b should solve this problem. Please check with the latest alpha: https://canvasblocker.kkapsner.de/versions/?C=M;O=D
Hi @kkapsner, the fix works, thank you for the prompt response.
Any timeframe of when this will make it to stable? Whitelisting the site in question (also a Grafana instance for me) doesn't fix it, so I'd love to know when this will be released.
Description
Reflect.setPrototypeOf takes
null
for argumentprototype
. However, the alteredsetPrototypeOf()
calledgetPrototypeOf()
which throws onnull
without a null check. Which caused an Uncaught TypeError innear-membrane-shared
and could be stopping Grafana's (affected my 11.0, wikipedia's 9.5 is fine) web UI from loading. Disabling the plugin will let Grafana load properly.Expected Behaviour
Grafana UI should load properly.
Current Behaviour
Grafana stopped loading and showing error message: "Grafana has failed to load its application files"
Steps to Reproduce (for bugs)
Your Environment
Your Settings