Dizzle

Results 7 issues of Dizzle

Thinking about the possibility of replacing the HoC technique with the [render prop](https://cdb.reacttraining.com/use-a-render-prop-50de598f11ce) technique. The syntax would go from: ```js const MyVirtualList = VirtualList()(MyList); return ( ); ``` to ```js...

https://github.com/rollup/rollup/wiki/pkg.module

Using this space to gather some best practices before incorporating into the official documentation. 1. Set [keys](https://facebook.github.io/react/docs/lists-and-keys.html) on your list items 2. mobx devs using observable arrays should [call `slice`...

Probably has something to do with how the scroll event works on mobile browsers. Originally reported by /u/sudorey

**Describe the bug** While triaging our own repo's DependaBot security vulnerabilities, we noticed a lot of them were coming from sub-dependencies within Storybook. It would be great if Storybook was...

bug
needs triage

**Describe the bug** My apologies if I'm missing something obvious here, but after setting up two branches with `.betterer.results` changes, and trying to merge one into the other (after `betterer...

### Describe the bug The [docs for multiplexStorage](https://github.com/solidjs-community/solid-primitives/tree/main/packages/storage#multiplexed-storages) state > For the getItem operation, the first storage that returns a valid value will be the source of truth. But I...