What Grafana version and what operating system are you using?
Grafana 8.2.3
MacOS 10.15.7
What are you trying to achieve?
I’m creating a custom plugin with react to have a material icons in Panel Plugin
How are you trying to achieve it?
I used a template from grafana documentation, and building over it search bar in a panel with material icons
What happened?
I’m getting error for public/@emotion/react?_cache=1636627706343 404 (Not Found). system.js
but public/plugins/plugin-test/module.js?_cache=1636627706343 works fine
What did you expect to happen?
The expectation is library path should be correct
Can you copy/paste the configuration(s) that you are having problems with?
default.ini configurations
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
I also have the same issue with @emotion/react with our Druid Grafana plugin. I’ve tried adding to install it using the package.json’s devDependencies and Dependencies with no success.