I updated app from 1.8.0.2 to 1.8.1 but get an error when running app.
c:\meteor\projects\myapp>meteor
W20190603-18:13:44.840(1)? (STDERR) TypeError: Cannot read property 'constructor' of undefined
W20190603-18:13:44.843(1)? (STDERR) at exposeSubscription (packages\meteorhacks_meteorx.js:61:41)
This is the meteorhacks dependency
staringatlights:fast-render@2.16.5
├── accounts-base@1.4.4 (expanded above)
├── chuangbo:cookie@1.1.0
├── deps@1.0.12 (expanded above)
├── ejson@1.1.0 (expanded above)
├── livedata@1.0.18 (expanded above)
├─┬ meteorhacks:meteorx@1.4.1
I removed and re-added staringatlights:fast-render which updated the package to the latest (3.2.0) but I just got a different error when I launched the app.
c:\meteor\projects\myapp>meteor
(STDERR) Error: Cannot add a subscription: categories without FastRender Context
W20190603-18:24:56.640(1)? (STDERR) at Object.Meteor.subscribe (packages/staringatlights:fast-render/lib/server/ssr_helper.js:11:9)
So in the end I reverted to prior version.
c:\meteor\projects\myapp> meteor update --release 1.8.0.2
Anyone seen this issue or similar?
Would be good if there was some way that meteor could work out the runtime dependency issues before performing an update.