In my custom IDE, I am using monaco editor.
We have added a lnaguge server using monaco-language client.
We used @monaco-editor/react package to integarte with react.
After integration when I click on CTRL + F find popup is not shown and warning is shown as
When I Click on ALT + W, I am getting below error.
Can someone help me
When I removed loader.config({monaco), lanaguge client is working suggestions are getting fine is working but find is not working. But when I remove Find is working but suggestions are missing
I am expecting both language clinet and find controller should work as expected