Gregor Weichbrodt

Results 25 comments of Gregor Weichbrodt

It's because the ``-element is missing the `appear={true}` [property](https://headlessui.com/react/transition#transitioning-on-initial-mount).

Hello! I only see a blank page when I click your link. Interesting question, though. Did you find out what caused high memory usage/ why it did not scale? I...

I tested this with Dynamic Scroller, setting an element inside the before slot to `position: sticky` and it didn't work. Setting the slot container instead to `position: sticky` worked (and...

I agree. I'm using this feature intensively and know it from Sublime Text (same shortcut CTRL+D). Please merge, @sharvil !

I had a similar error and the solution was to tell ESLint which parser to use for *.mjs files because it was missing in my config: ```js "import/parsers": { "@typescript-eslint/parser":...