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 was trying this package in the grapher-boilerplate app. That worked will, but after updating that app to [email protected], it broke with the follwing error.
Exceptionwhileinvokingmethod'grapher.live' TypeError: Cannotreadproperty'_id'ofnullatcomparator(packages/cultofcoders:grapher/lib/query/hypernova/assembleAggregateResults.js:61:33)at_.find.result(packages/cultofcoders:grapher/lib/query/hypernova/assembleAggregateResults.js:68:28)atpackages/underscore.js:218:20atArray.some(<anonymous>)
at _.some._.any (packages/underscore.js:267:59)
at Function._.find._.detect (packages/underscore.js:217:5)
at _.each.aggregateResult (packages/cultofcoders:grapher/lib/query/hypernova/assembleAggregateResults.js:65:34)
at Function._.each._.forEach (packages/underscore.js:147:22)
at packages/cultofcoders:grapher/lib/query/hypernova/assembleAggregateResults.js:64:11
at storeHypernovaResults (packages/cultofcoders:grapher/lib/query/hypernova/storeHypernovaResults.js:59:9)
at _.each.childCollectionNode (packages/cultofcoders:grapher/lib/query/hypernova/hypernova.js:9:9)
at Array.forEach (<anonymous>)
at Function._.each._.forEach (packages/underscore.js:139:11)
at hypernova (packages/cultofcoders:grapher/lib/query/hypernova/hypernova.js:6:7)
at hypernovaInit (packages/cultofcoders:grapher/lib/query/hypernova/hypernova.js:25:5)
at Query.fetch (packages/cultofcoders:grapher/lib/query/query.server.js:18:16)
The text was updated successfully, but these errors were encountered:
I was trying this package in the grapher-boilerplate app. That worked will, but after updating that app to [email protected], it broke with the follwing error.
The text was updated successfully, but these errors were encountered: