Make `shape` instead of `store` parameter in useStoreMap
Open
RFC
- Dominant language
- TypeScript
- Stars
- 4.9k
- Forks
- 280
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 7
Description
## Proposal
```ts
const data = useStoreMap({
shape: [$a, $b], // ! now: `store: combine([$a, $b])`
keys: deps,
fn: ([a, b], deps) => ...
});
```
https://t.me/effector_ru/279338
## Use case
sometimes you need more than one store in useStoreMap hook
Contributor guide
Assessment
This issue has not been assessed yet.