Skip to content

bug(types): populates is missing from ReduxFirestoreQuerySetting interface #1027

Closed
@keithkelly31

Description

@keithkelly31

When using useFirestoreConnect in a js or jsx file it works as expected. When working in typescript I receive an error:

'populates' does not exist in type 'ReduxFirestoreQuerySetting | ReduxFirestoreQuerySetting[] | string[] | mapper<unknown, (string | ReduxFirestoreQuerySetting)[]> | mapper<...>'.ts(2345)

Can populates be added to the proper types?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugtypesChanges associated with typescript types

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions