inProgress-team / inProgress-team/react-native-meteor
can't read data from a FScollection?
Open
- Dominant language
- JavaScript
- Stars
- 688
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
I subscribe like this:
```
const handle = Meteor.subscribe('docs');
```
but it doesn't work.
if I try to find some document it give me an error
```
docs: Meteor.FSCollection('docs').find(),
```
this is the error:
```
ExceptionsManager.js:71 Unhandled JS Exception: (0 , _Collection2.default) is not a function
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.