Tags not working in annotations

Hi, I’m using Grafana 9.0.1 and when I try to create a new tag, the panel brakes and I can see an error stating e.toLowerCase is not a function, I opened the Developer console in the browser and this is the output of the error:

TypeError: e.toLowerCase is not a function
at N (tags.ts:70:26)
at o.render (TagBadge.tsx:19:23)
at Ha (react-dom.production.min.js:187:188)
at qa (react-dom.production.min.js:186:173)
at Zs (react-dom.production.min.js:269:427)
at Ou (react-dom.production.min.js:250:347)
at Eu (react-dom.production.min.js:250:278)
at ku (react-dom.production.min.js:250:138)
at vu (react-dom.production.min.js:243:163)
at react-dom.production.min.js:123:115

what seems to be an issue related to the tags.ts file, I suppose there is some javascript file that is not where it should be.
in the network console there is no 404, so there is no files not loading.
I think it happened to me after changing the version to 9.0.1

any help will be appreciated.

Regards.

@micuentadecasa this looks like a known issue that was fixed with Annotations: Fix annotation autocomplete causing panels to crash by ashharrison90 · Pull Request #51164 · grafana/grafana · GitHub

many thanks Melori, but if you can give me more details, should I use 9.0.2, or is it solved in 9.0.1?, I’m using Docker and maybe the issue is with my Image cache.