Gleb
Gleb
We have a huge legacy codebase and this plugin suits well for us except the fact. Now I have to call createElement method of React like this: ``` const stories...
Use reference to access ScrollArea HOC, can log it's methods and nodes. But can't scroll to offset needed.
I use https://github.com/liady/webpack-node-externals to handle externals and cjs is ok, but esm include all of external dependencies. Maybe I did something wrong?
Using Vite and standard configuration like yours https://github.com/DTStack/monaco-sql-languages/blob/main/website/vite.config.ts languageWorker.ts ```typescript self.MonacoEnvironment = { async getWorker(_, label) { let worker; switch (label) { case 'trinosql': worker = await import('monaco-sql-languages/out/esm/trinosql/trinosql.worker?worker'); break; default:...
Now I have to iterate comment nodes and modify values, but comment's signature is staying untouched. In: ``` // leading_comment const definition = 'string' /* block_comment */ ``` Modification: ```...
Matched only single esc, but not esc+any_key. Is it possible to implement?
### material-react-table version v3.2.1 ### react & react-dom versions v19.1 ### Describe the bug and the steps to reproduce it Default "copy cell" shortcut Ctrl/Cmd+C not working as expected because...
I have to import new modules that I don't want to be there (context menu, drag-n-drop, codelens) after upgrade to new monaco-sql-languages version. For now I just stick to older...