Gabriel Grubba
Gabriel Grubba
Got! I have not talked about having a suspense version of `withTracker` with @radekmie, but I think we can discuss this. Will bring it in our next meeting. Will keep...
We do have node 20.x in Meteor! check it [here](https://github.com/meteor/meteor/blob/008c52df58bc0d2e3f0f1716d968a62482c135b4/scripts/build-dev-bundle-common.sh#L8)
Nine failing tests in the CI + docs have failed(probably because we do not have top-level-await).
TS v5 broke many things(they do not follow sem-ver), so I was postponing this matter to when we released Meteor 3.x beta. I think that is when I think I...
Hey, sad to hear that. I saw that you referenced it in https://github.com/Akryum/meteor-vite/issues/33. We can try checking with @Akryum if he has some ideas on how we could solve this.
I just confirmed it; on the server, it does return a promise. The client is fine.
Maybe doing a `meteor reset`? I've never seen like this before. What is your OS? Maybe something went wrong with linux.
I was able to reproduce your error. Before going to the solution, you can see that your project does use the latest node version by running `process.versions` in your `Meteor.startup`...
Exactly @wreiske! We started doing this, I think if you do a cross boundary import(import server file in the client), it will trigger an error that has a link to...
vue3 is `--vue` that is correct @StorytellerCZ