arichter83

Results 6 comments of arichter83

It's only in the NodeJS driver: https://mongodb.github.io/node-mongodb-native/api-generated/collection.html#insert But not supported by Collection / Collection2: https://docs.meteor.com/api/collections.html#Mongo-Collection-insert ``` export const Tags: any = new Mongo.Collection('tags'); export const TagsSchema = new SimpleSchema({ name:...

Dear @bolaum, thanks for starting with accounts-reactstrap, I continued and now published it on Atmosphere: https://github.com/understandr/accounts-reactstrap/ https://atmospherejs.com/arichter/accounts-reactstrap/ If you want to continue and do the publication just give me a...

I have the same issue with 3.0.1 - with `import * as FlipMove from ...` it is working on the webserver but the IDE is showing the missing constructor error.

Still the same, but while starting the server. "JSX element type 'FlipMove' does not have any construct or call signatures."

Dear @acch, thanks for the project! (Danke) I also don't know how to use this in my NodeJs/React/Typescript/ES6/Meteor application, since it's not uses to global variables. ``` import ScrollPosStyler from...