You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using [email protected] with meteor/cultofcoders:grapher with no version constraint. My code (reactivity) used to work about 1.5 to 3 years ago.
I am still using [email protected] and unfortunately do not have the time to do and test the upgrade as yet and I just want a fix of what is broken for now and I will start with the upgrade later in the year
The issue I am having is that withQuery is not triggering re-renders when data becomes available from providerListQuery. How do I make the reactivity to work again? Must I use a specific version (not latest) of meteor/cultofcoders:grapher? If so is it available and which one. Otherwise how do I sort out my reactivity.
My code displays an empty page since the first try does not bring back data and it unfortunately stops there. withQuery does not seem to do its "magic" anymore.
I am using [email protected] with meteor/cultofcoders:grapher with no version constraint. My code (reactivity) used to work about 1.5 to 3 years ago.
I am still using [email protected] and unfortunately do not have the time to do and test the upgrade as yet and I just want a fix of what is broken for now and I will start with the upgrade later in the year
The issue I am having is that withQuery is not triggering re-renders when data becomes available from providerListQuery. How do I make the reactivity to work again? Must I use a specific version (not latest) of meteor/cultofcoders:grapher? If so is it available and which one. Otherwise how do I sort out my reactivity.
My code displays an empty page since the first try does not bring back data and it unfortunately stops there. withQuery does not seem to do its "magic" anymore.
Here is my code
/imports/api/users/query/providerList.js:
/imports/ui/components/providerList.jsx:
Please let me know if you want me to help with specific information related to the issue or my code.
The text was updated successfully, but these errors were encountered: