Closed
Description
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?