Alex Zak
Alex Zak
In my TS project I've managed to both get rid of import error and to enable typewriter-effect code completion by adding the following to `vite-env.d.ts`: ```js declare module "typewriter-effect/dist/core" {...
@shubh46 > Please, can I get an example how to use above workaround Monaco Editor + MySQL worker + Vite example: ```ts // userWorker.ts import workerUrl from "monaco-sql-languages/esm/languages/mysql/mysql.worker.js?worker&url"; // import...
Got the exact same issue in Chrome (98.0.4758.102), the block won't expand because of: ``` console.log(element.getBoundingClientRect().height, element.readmore.collapsedHeight) // 200.00001525878906 200 ``` Another suggestion is to take `heightMargin` option into account...