meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
571 stars 157 forks source link

meteor/react-meteor-accounts module not found #356

Closed u4d3rc0v3r closed 2 years ago

u4d3rc0v3r commented 2 years ago

Install using meteor add react-meteor-accounts with typescript configured

StorytellerCZ commented 2 years ago

Do you actually get an error when you try to start Meteor or is it just highlighted by Typescript?

henriquealbert commented 2 years ago

the same happens to me, but it is only the TS warning, no problem when building it

CaptainN commented 2 years ago

That makes sense. Someone needs to add the types to DefinitelyTyped. The package is written in TypeScript, but Meteor doesn't yet support TypeScript directly, so we need to create a @type/react-meteor-accounts package over there.

henriquealbert commented 2 years ago

I'll help with that 🙌🏻

henriquealbert commented 2 years ago

PR opened https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60838