Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrackerReact support #15

Open
yanickrochon opened this issue Feb 27, 2017 · 3 comments
Open

TrackerReact support #15

yanickrochon opened this issue Feb 27, 2017 · 3 comments

Comments

@yanickrochon
Copy link

This component should support TrackerReact as the collection is not updated from the subscription, and I have to resort to hacks to make it work.

@yanickrochon
Copy link
Author

The issue I have is that the container does not get updated when I update the collection on the server. I do not understand why my list is not updated.

<ListContainer collection={ InventoryItems } publication="inventory.items" terms={ terms } selector={ selector } limit={10} options={ terms.options }>
  <InventoryItemsCollection />
</ListContainer>

When I call a method to update InventoryItems on the server, the client is not updated.

@SachaG
Copy link
Contributor

SachaG commented Mar 1, 2017

Sorry, I'm not using this component myself anymore so I don't really have time to maintain it… would you like to become its maintainer by any chance?

@yanickrochon
Copy link
Author

I ended up writing this component for my needs, into my own project. I'm not sure if I have the time to maintain this project at the moment. Perhaps I might, if no one else voice their interest. But unless I am the only one to get this issue, the component seemed to work well otherwise.

I totally understand what you are saying, though. I also have a few projects that I have created or contributed to, and some of them I have actually never used it 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants