Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

expand allowed types for tableRefFor and tableNameFor #9

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

marcinlee
Copy link

It fixes:

TS2345: Argument of type 'ModelClass<any>' is not assignable to parameter of type 'typeof Model'.

for cases like:

query.tableRefFor(query.modelClass());

@marcinlee marcinlee self-assigned this Aug 9, 2022
@marcinlee marcinlee requested review from falkenhawk and flipace August 9, 2022 14:02
@falkenhawk falkenhawk force-pushed the v3-mod-allow-type-override branch from 55d6504 to 6ca9d5e Compare August 10, 2022 08:30
it fixes:
Argument of type 'ModelClass<Foo>' is not assignable to parameter of type 'typeof Model'
@falkenhawk falkenhawk force-pushed the v3-mod-model-type-fix branch from 721b0cf to 41ae715 Compare August 10, 2022 08:31
@falkenhawk falkenhawk changed the base branch from v3-mod-allow-type-override to master August 10, 2022 08:32
@falkenhawk falkenhawk merged commit f5a7133 into master Aug 10, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants