meteor / react-packages

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

typescript issue with loading the suspense directory #389

Open HekTheLastSavior opened 1 year ago

HekTheLastSavior commented 1 year ago

when importing suspense from a typescript project we are getting this warning ~/.meteor/local/types/packages.d.ts is not a module.

bruceborrett commented 6 months ago

Same issue here, this is related to https://github.com/zodern/meteor-types/issues/10

nachocodoner commented 6 months ago

If this issue is related with zodern/meteor-types package, as @bruceborrett declares, we might close this issue as it is related with an external tool.

Anyway, I would like to verify with @HekTheLastSavior that this is not an issue with the Meteor core. Do you have any reproduction steps so that we can verify if this is a problem with Meteor internals?