grapher-react icon indicating copy to clipboard operation
grapher-react copied to clipboard

Provides easy to use React Components that are suitable for grapher package.

Results 19 grapher-react issues
Sort by recently updated
recently updated
newest added

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...

If you use a reactive query with SSR, the server crashes with the following error: ```sh E20190102-15:40:30.205(1) (webapp_server.js:991) Error running template: TypeError: query.subscribe is not a function at props (packages/cultofcoders:grapher-react/lib/withReactiveQuery.js:17:42)...

I'm trying to update `react-meteor-data` to the latest 2.0.1 version, but it seems that `grapher-react` has a dependency on an old version (0.2.16) that prevents such an update. Is it...

Hi, I've created a simple query to fetch data from the database. I have just changed it to 'reactive: false' and received this warning: ``` Warning: componentWillReceiveProps has been renamed,...

1. In the server, I setup a namedQuery: const query = Company.createQuery({ country: 1, fullName: 1, shortName: 1, address: 1, timeZone: 1, $paginate: true, }); export default query; 2. In...

I noticed a bug in `withStaticQuery` where if you update the query without remounting the component it will still fetch old data and will alternate between new and old data...

One component may need two different data sources to compose it's output. ``` compose({ users: withQuery(() => {}, {}), properties: withQuery(() => {}, {}) }, { anyIsLoadingTemplate: => ? })(Component)...

Not sure if this is the right place for this bug, but please [see here](https://github.com/cult-of-coders/grapher/issues/251#issuecomment-409922887).