Replies: 1 comment 1 reply
-
Fix merged : #1848 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys any help would be appreciated. Sorry if this has been asked already, i couldn't find anyone with the same issue.
Using
I have the following simple model
Which has a fairly simple custom repo
which is then called somewhere
Ive just switched from 1.7.2 -> 1.9.0 and have started getting the following from
useRepo()
seems that after the update custom Repository<Client (extending Model)> to Repository<Model> are no longer equal types?
If i change
to
the problem seems to go away, however then i lose type safety for the return types.
Beta Was this translation helpful? Give feedback.
All reactions