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

ERROR in new meteor version: TypeError: Cannot read property 'apply' of undefined #423

Open
cdcv opened this issue Nov 14, 2018 · 1 comment

Comments

@cdcv
Copy link

cdcv commented Nov 14, 2018

When I upgraded from Meteor 1.6.1 to 1.8, I get js console errors on a tabular table when the table attempts to render, see below.

Also, is tabular still the best tool for generating meteor tables, or has it been superseded by something else by this point?

Thanks!

Exception from Tracker afterFlush function:
meteor.js?hash=0504f43f667698535416b00eb44eb6f53161cb63:1048 TypeError: Cannot read property 'apply' of undefined
at ReactiveDict.PersistentSession.old_get (u2622_persistent-session.js?hash=51ba96490b2d4359b019a85b03ec55299bc52e95:241)
at ReactiveDict._psGet [as get] (u2622_persistent-session.js?hash=51ba96490b2d4359b019a85b03ec55299bc52e95:244)
at aldeed_tabular.js?hash=aa46a99af86df62ca6aec588e2847409037d824c:422
at Object.Tracker.nonreactive (tracker.js?hash=725573cf35451add9ec258f882b90fd0455ebc45:626)
at Blaze.View.template.autorun.c (aldeed_tabular.js?hash=aa46a99af86df62ca6aec588e2847409037d824c:421)
at blaze.js?hash=adc5286b78e5c0f8e7f56a602f77eefb5def6bf1:1934
at Function.Template._withTemplateInstanceFunc (blaze.js?hash=adc5286b78e5c0f8e7f56a602f77eefb5def6bf1:3769)
at blaze.js?hash=adc5286b78e5c0f8e7f56a602f77eefb5def6bf1:1932
at Object.Blaze._withCurrentView (blaze.js?hash=adc5286b78e5c0f8e7f56a602f77eefb5def6bf1:2271)
at viewAutorun (blaze.js?hash=adc5286b78e5c0f8e7f56a602f77eefb5def6bf1:1931)

@cdcv
Copy link
Author

cdcv commented Nov 14, 2018

Not sure what's going on, but based on other info I found, I was able to resolve this using:
meteor remove u2622:persistent-session
I did not add the alternative version of persistent-session, and tabular still seems to work.

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

1 participant