Hello everyone,
I’m using this JQL editor for our app. Everything works fine but when I test the localization, the editor fires this message in the console and uses the fallback language instead of the current locale. The message is as follow:
I have checked the dist folder of the library just in case but it seems like the translations aren’t missing. Have anyone encountered this and have a fix for it?
Any help is appreciated.
Thanks in advance!
Edit: Here are the versions of the libraries I’m using:
"@atlaskit/jql-editor": "^5.9.0",
"@atlaskit/jql-editor-autocomplete-rest": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"vite": "^7.1.7"
