Hi,
We are moving Angular apps to Forge and need the connect AP.jira.showJQLEditor also in Forge. It should be available in the language independet bridge api.
We have tried below react editor and are succesfully able to run a react component in Angular. However adding the JQL editor import statement throws a lot of errors on both react 16.8.0 and 18.2.0.
So kindly point us to a language independent forge showJQLEditor
@atlassianlabs/jql-editor-forge - npm’
Errors importing JQL Editor
import { AfterViewInit, Component, ElementRef, EventEmitter, Input, OnChanges,
OnDestroy, Output, SimpleChanges, ViewChild, ViewEncapsulation } from "@angular/core";
import * as React from "react";
import * as ReactDOM from "react-dom";
const containerElementRef = "customReactComponentContainer";
import { JQLEditorForge } from '@atlassianlabs/jql-editor-forge';
/Johan