Christopher Simerle
Christopher Simerle
Can confirm that we're seeing the same issue - was about to open up a ticket myself when I saw this ❤️
Just realized that the same issue is present on all other pages that show the editor https://qwik.builder.io/tutorial/welcome/overview https://qwik.builder.io/playground
@manucorporat Seems to be working again 👍
This is still an issue - after some time working with `danger local` my git object does not change anymore, no matter what I remove/add/modify in the codebase. EDIT: Nevermind...
> @simerlec What was wrong about your assumption? Trying to figure this out myself now sorry, @benasher44, I can't really remember what I was doing at that time, or what...
@troy351 did you by any chance have time to look into this? Like you said it has to do with the added `type: module` (since 5.2 release) but I'm not...
@troy351 here's a reproduction https://stackblitz.com/edit/stackblitz-starters-5m53c2?file=pages%2Findex.tsx
I'm seeing the same problem using the `@monaco-editor/react` package. What can we do to prevent this? ``` ... "@monaco-editor/react": "4.6.0", "monaco-editor": "0.46.0", ... ``` https://stackblitz.com/edit/stackblitz-starters-o5amwl?description=The%20React%20framework%20for%20production&file=pages%2Findex.tsx&title=Next.js%20Starter
try to clear the table first and set the visible range ``` table.clearRows(true); table.setVisibleRange(0, result.size()); ```