Timo Frionnet
Timo Frionnet
Hi, I got the same issue as mentioned above: Headwind error: /home/timo/.vscode/extensions/heybourn.headwind-1.7.0/node_modules/rustywind/bin/rustywind: 1: Syntax error: ")" unexpected I just installed the extension and did not make any modifications. The plugin...
Hi, I'm trying to add my own types to this package as well, but I can't seem to get the find function working properly. I've kept the following: ```ts interface...
Hi, Thank you for your clear response. Because I'm creating React components inside Blaze templates at the moment, it's going to be a bit tricky to wrap all the components...
I'm having the same issue as described here and I can't seem to figure out what I'm doing wrong here: In my code I have a text search field that...
I've removed the dependency array and this seemed to have fixed my issue. I'm happy I've got it working now thanks to your suggestion. The example on the [atmosphere](https://atmospherejs.com/meteor/react-meteor-data) page...
Hi, Yes there is a difference with and without deps. I use the [meteor chrome devtools](https://chrome.google.com/webstore/detail/meteor-devtools/ippapidnnboiophakmmhkdlchoccbgje?hl=en) to keep an eye on the subscriptions and collection size and when I tried...
I've replicated the issue in this typescript [example](https://github.com/timsun28/subscription-demo-meteor-react-data/blob/master/imports/ui/Info.tsx) project. I have removed the autopublish package and created a publication for the links collection with the search parameter. In the info.tsx...
Hi @jankapunkt , I have created a quick demo in this empty project that gives me the same issue as in my personal project: https://github.com/timsun28/autoform-test You can pull it directly...
Thank you for letting me know, I will also continue to look into it so will update if I find a solution or more info.
@cheesington Thanks for your message. I also tried the hook from that package and it worked properly for inserts. So i'm now using that function to do my processing, but...