Using @atlaskit/jql-edior in Vite project

For anyone still experiencing this issue, it seems like @atlaskit/jql-editor is not compatible with React’s <StrictMode />, causing it to render the text input twice.

Removing <StrictMode /> should fix the issue for this component when running locally.

See RFC-78: Dropping support for React 16 and rendering in a React 18 concurrent root in Jira and Confluence - #22 by KylorHall