Max Nowack
                                            Max Nowack
                                        
                                    I'm not sure if this package is still maintained. But as an alternative, you can try [react-tracker-connect](https://github.com/maxnowack/react-tracker-connect). It's works just like this package, but with lesser unnecessary reruns of reactive...
With this, it isn't possible to have multiple subscriptions to the same publication in the same component. I think it's better to wrap the `subscribe` call in a `autorun`, since...
@timbrandin I don't think that it is a good idea to wrap every `subscribe` in an `autorun`. If you take a look at the [implementation in blaze](https://github.com/meteor/blaze/blob/f2e61cddd47fe3d7aab3a832d51ea9659138ec1f/packages/blaze/view.js#L240-L258), you'll see that...
Hi @KarlitosD, it looks like you're in a server environment or at least the provided stackblitz is running a nodejs environment. It seems that solid-js [doesn't run effects on server...
But it also seem that there is an issue with imports inside of `signaldb-plugin-solid`. I'll look into that. The solution mentioned above should work if you implement the reactivity adapter...
The issue with the imports is resolved in `[email protected]`
You're welcome! Thanks for pointing me in the direction to find the imports issue in `signaldb-plugin-solid ` 🙂 Feel free to ask if you need assistance!
It seems that there is an error in stackblitz while setting up dependencies. I'm not sure if this is related to signaldb
@KarlitosD I just downloaded the project locally to try it out. It seems to work properly without stackblitz. Can you confirm this?
closing as no response received. Feel free to reopen if the issue persists