Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Commit

Permalink
feat: disallow store generics
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

BEFORE:

Store generics were allowed as `object`, `any`, or `{}`

AFTER:

Only a store without a generic is recommended

```ts
constructor(private store: Store){}
```
  • Loading branch information
timdeschryver committed Mar 10, 2020
1 parent af1c524 commit a0c5db3
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 21 deletions.
Loading

0 comments on commit a0c5db3

Please sign in to comment.